summaryrefslogtreecommitdiffstats
path: root/gcc/builtins.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-04 20:47:45 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-04 20:47:45 +0000
commit95d038e4b59ac36fe9866d064513fe0c8f7c2b1d (patch)
treeec50149b27e3358c107ee3fce7dc644eba2b0acc /gcc/builtins.c
parentf8fd2bd09cfc7a17cc1ec471f2d7b47a72c214ae (diff)
downloadppe42-gcc-95d038e4b59ac36fe9866d064513fe0c8f7c2b1d.tar.gz
ppe42-gcc-95d038e4b59ac36fe9866d064513fe0c8f7c2b1d.zip
Warning fixes:
* builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap prototypes in macro HAVE_cmpstrsi. * cpplib.c (cpp_get_token): Remove unused label `op3'. * emit-rtl.c (operand_subword): Remove unused variable `bits_per_word'. * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'. * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28514 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r--gcc/builtins.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c
index 1c163524b1c..9f2b81643b0 100644
--- a/gcc/builtins.c
+++ b/gcc/builtins.c
@@ -78,8 +78,10 @@ static rtx expand_builtin_next_arg PROTO((tree));
static rtx expand_builtin_va_start PROTO((int, tree));
static rtx expand_builtin_va_end PROTO((tree));
static rtx expand_builtin_va_copy PROTO((tree));
+#ifdef HAVE_cmpstrsi
static rtx expand_builtin_memcmp PROTO((tree, tree, rtx));
static rtx expand_builtin_strcmp PROTO((tree, rtx));
+#endif
static rtx expand_builtin_memcpy PROTO((tree));
static rtx expand_builtin_strcpy PROTO((tree));
static rtx expand_builtin_memset PROTO((tree));
OpenPOWER on IntegriCloud