mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 20:50:05 +08:00
Makefile.in (reload1.o-warn): Remove.
* Makefile.in (reload1.o-warn): Remove. From-SVN: r125636
This commit is contained in:
parent
467f79e82d
commit
16b4cb481c
@ -1,3 +1,7 @@
|
|||||||
|
2007-06-11 Diego Novillo <dnovillo@google.com>
|
||||||
|
|
||||||
|
* Makefile.in (reload1.o-warn): Remove.
|
||||||
|
|
||||||
2007-06-11 Seongbae Park <seongbae.park@gmail.com>
|
2007-06-11 Seongbae Park <seongbae.park@gmail.com>
|
||||||
|
|
||||||
* combine.c (subst): Use reg_overlap_mentioned_p
|
* combine.c (subst): Use reg_overlap_mentioned_p
|
||||||
|
@ -192,12 +192,6 @@ GCC_WARN_CFLAGS = $(LOOSE_WARN) $($(@D)-warn) $(NOCOMMON_FLAG) $($@-warn)
|
|||||||
build/gengtype-lex.o-warn = -Wno-error
|
build/gengtype-lex.o-warn = -Wno-error
|
||||||
# SYSCALLS.c misses prototypes
|
# SYSCALLS.c misses prototypes
|
||||||
SYSCALLS.c.X-warn = -Wno-strict-prototypes -Wno-error
|
SYSCALLS.c.X-warn = -Wno-strict-prototypes -Wno-error
|
||||||
# These files need -Wno-error because the gimplifier triggers hard to fix
|
|
||||||
# warnings when converting to GIMPLE form. The warnings are triggered because
|
|
||||||
# moving the condition into the loop prevents the loop optimizer from
|
|
||||||
# recognizing that the loop will always be executed at least once. We need
|
|
||||||
# a new loop optimizer.
|
|
||||||
reload1.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
Block a user