summaryrefslogtreecommitdiff
path: root/gcc/builtins.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-08-04 20:47:45 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-08-04 20:47:45 +0000
commitcbbfcb3b2301afff03ee04fc0a76b16bc9ab3b4d (patch)
treeec50149b27e3358c107ee3fce7dc644eba2b0acc /gcc/builtins.c
parente88e3c0bf663344a642f0ebbd49483b9590411ef (diff)
downloadgcc-cbbfcb3b2301afff03ee04fc0a76b16bc9ab3b4d.tar.gz
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. From-SVN: r28514
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));