mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
ee7fa2e385
commit
c3e8838989
|
|
@ -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>
|
2016-10-13 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
|
||||||
|
|
||||||
PR tree-optimization/77937
|
PR tree-optimization/77937
|
||||||
|
|
|
||||||
|
|
@ -218,11 +218,6 @@ libgcov-merge-tool.o-warn = -Wno-error
|
||||||
gimple-match.o-warn = -Wno-unused
|
gimple-match.o-warn = -Wno-unused
|
||||||
generic-match.o-warn = -Wno-unused
|
generic-match.o-warn = -Wno-unused
|
||||||
dfp.o-warn = -Wno-strict-aliasing
|
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
|
# 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
|
# isn't gcc; configure determines that. WARN_CFLAGS will be either
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue