2014-12-01 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Dec 2014 15:46:46 +0000 (15:46 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Dec 2014 15:46:46 +0000 (15:46 +0000)
* Makefile.in (gimple-match.o-warn): Use -Wno-unused instead of
-Wno-unused-variable and -Wno-unused-but-set-variable to restore
bootstrap with old GCC.
(generic-match.o-warn): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218224 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index f2c4587..695bfd1 100644 (file)
@@ -1,5 +1,12 @@
 2014-12-01  Richard Biener  <rguenther@suse.de>
 
+       * Makefile.in (gimple-match.o-warn): Use -Wno-unused instead of
+       -Wno-unused-variable and -Wno-unused-but-set-variable to restore
+       bootstrap with old GCC.
+       (generic-match.o-warn): Likewise.
+
+2014-12-01  Richard Biener  <rguenther@suse.de>
+
        * fold-const.c (const_binop): Handle POINTER_PLUS_EXPR.
        Properly handle FIXED_CST shifts by INTEGER_CST.
        (const_binop): Move COMPLEX_EXPR, VEC_PACK_TRUNC_EXPR,
index d36b2f0..204bd85 100644 (file)
@@ -209,8 +209,8 @@ gengtype-lex.o-warn = -Wno-error
 libgcov-util.o-warn = -Wno-error
 libgcov-driver-tool.o-warn = -Wno-error
 libgcov-merge-tool.o-warn = -Wno-error
-gimple-match.o-warn = -Wno-unused-variable -Wno-unused-but-set-variable
-generic-match.o-warn = -Wno-unused-variable -Wno-unused-but-set-variable
+gimple-match.o-warn = -Wno-unused
+generic-match.o-warn = -Wno-unused
 
 # All warnings have to be shut off in stage1 if the compiler used then
 # isn't gcc; configure determines that.  WARN_CFLAGS will be either