Makefile.in (gimple-match.o-warn): Use -Wno-unused instead of -Wno-unused-variable...
authorRichard Biener <rguenther@suse.de>
Mon, 1 Dec 2014 15:46:46 +0000 (15:46 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 1 Dec 2014 15:46:46 +0000 (15:46 +0000)
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.

From-SVN: r218224

gcc/ChangeLog
gcc/Makefile.in

index f2c4587899ad1f7aeddf030d28b48c95faff5115..695bfd1fa532cd9ac4ba5dc7a9d66f52db7a4024 100644 (file)
@@ -1,3 +1,10 @@
+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.
index d36b2f04fbc3a897358034d6f582fde8db8e88b1..204bd85d4aa1c3c49296c9abf6af4df0ab9f4d60 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