aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2014-12-01 15:46:46 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2014-12-01 15:46:46 +0000
commitda42b278b26f923d23b304f21cf4e6ac973145dc (patch)
treed88bcd799275eb330d988d2748d7ac5df1de2026 /gcc
parentcd04ce7fb911311dae2532765e6b7b89c14c2561 (diff)
downloadgcc-da42b278b26f923d23b304f21cf4e6ac973145dc.zip
gcc-da42b278b26f923d23b304f21cf4e6ac973145dc.tar.gz
gcc-da42b278b26f923d23b304f21cf4e6ac973145dc.tar.bz2
Makefile.in (gimple-match.o-warn): Use -Wno-unused instead of -Wno-unused-variable and...
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/Makefile.in4
2 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f2c4587..695bfd1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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,
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index d36b2f0..204bd85 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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