re PR bootstrap/77751 (cc1plus: error: unrecognized command line option "-Wno-implici...
authorMarek Polacek <polacek@redhat.com>
Tue, 27 Sep 2016 10:40:37 +0000 (10:40 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Tue, 27 Sep 2016 10:40:37 +0000 (10:40 +0000)
PR bootstrap/77751
* Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Use
-Wno-error instead of -Wno-implicit-fallthrough.

From-SVN: r240526

gcc/ChangeLog
gcc/Makefile.in

index 66f0daede19694fbed233d317da2e1b8619336fc..d0691b2e06ff9f8a547aea51b232ce9d7c3b5e5c 100644 (file)
@@ -1,3 +1,10 @@
+2016-09-27  Marek Polacek  <polacek@redhat.com>
+
+       PR bootstrap/77751
+       * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
+       insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Use
+       -Wno-error instead of -Wno-implicit-fallthrough.
+
 2016-09-27  Martin Liska  <mliska@suse.cz>
 
        PR bootstrap/77749
index e8559cba02383206cad0c4fafa87cc268e373390..ff12908912e48d2cad5ff52be7acf91e9bb9ceaa 100644 (file)
@@ -218,11 +218,11 @@ libgcov-merge-tool.o-warn = -Wno-error
 gimple-match.o-warn = -Wno-unused
 generic-match.o-warn = -Wno-unused
 dfp.o-warn = -Wno-strict-aliasing
-insn-attrtab.o-warn = -Wno-implicit-fallthrough
-insn-dfatab.o-warn = -Wno-implicit-fallthrough
-insn-latencytab.o-warn = -Wno-implicit-fallthrough
-insn-output.o-warn = -Wno-implicit-fallthrough
-insn-emit.o-warn = -Wno-implicit-fallthrough
+insn-attrtab.o-warn = -Wno-error
+insn-dfatab.o-warn = -Wno-error
+insn-latencytab.o-warn = -Wno-error
+insn-output.o-warn = -Wno-error
+insn-emit.o-warn = -Wno-error
 
 # 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