From 16b4cb481cc2344a990e97baccd2aae2ea085d7f Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Mon, 11 Jun 2007 22:30:36 -0400 Subject: [PATCH] Makefile.in (reload1.o-warn): Remove. * Makefile.in (reload1.o-warn): Remove. From-SVN: r125636 --- gcc/ChangeLog | 4 ++++ gcc/Makefile.in | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d9887cf3a027..a381a862aa75 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-06-11 Diego Novillo + + * Makefile.in (reload1.o-warn): Remove. + 2007-06-11 Seongbae Park * combine.c (subst): Use reg_overlap_mentioned_p diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2c87de75185b..cca109b0c59f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -192,12 +192,6 @@ GCC_WARN_CFLAGS = $(LOOSE_WARN) $($(@D)-warn) $(NOCOMMON_FLAG) $($@-warn) build/gengtype-lex.o-warn = -Wno-error # SYSCALLS.c misses prototypes 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 # isn't gcc; configure determines that. WARN_CFLAGS will be either