Makefile.in (reload1.o-warn): Remove.

* Makefile.in (reload1.o-warn): Remove.

From-SVN: r125636
This commit is contained in:
Diego Novillo 2007-06-11 22:30:36 -04:00 committed by Diego Novillo
parent 467f79e82d
commit 16b4cb481c
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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