diff options
author | Marek Polacek <polacek@redhat.com> | 2016-10-13 18:20:32 +0000 |
---|---|---|
committer | Marek Polacek <mpolacek@gcc.gnu.org> | 2016-10-13 18:20:32 +0000 |
commit | c3e8838989fb2b0f5c26fc67bc60a92574dff9c2 (patch) | |
tree | 5752cc7020167ae2e3a2381ebcc66f6858d7080b /gcc | |
parent | ee7fa2e3853155270523184a3260b09903435b14 (diff) | |
download | gcc-c3e8838989fb2b0f5c26fc67bc60a92574dff9c2.zip gcc-c3e8838989fb2b0f5c26fc67bc60a92574dff9c2.tar.gz gcc-c3e8838989fb2b0f5c26fc67bc60a92574dff9c2.tar.bz2 |
Makefile.in (insn-attrtab.o-warn, [...]): Don't use -Wno-error.
* Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Don't
use -Wno-error.
From-SVN: r241134
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/Makefile.in | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7362986..2c53869 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2016-10-13 Marek Polacek <polacek@redhat.com> + + * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn, + insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Don't + use -Wno-error. + 2016-10-13 Bill Schmidt <wschmidt@linux.vnet.ibm.com> PR tree-optimization/77937 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 76b77ab..d6e44e4 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -218,11 +218,6 @@ 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-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 |