Makefile.in (reload1.o-warn): Remove.
authorDiego Novillo <dnovillo@google.com>
Tue, 12 Jun 2007 02:30:36 +0000 (22:30 -0400)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Tue, 12 Jun 2007 02:30:36 +0000 (22:30 -0400)
* Makefile.in (reload1.o-warn): Remove.

From-SVN: r125636

gcc/ChangeLog
gcc/Makefile.in

index d9887cf3a027d5eb210d285dbca2795073835b9b..a381a862aa75177d2325144ac88c84b2d3d551fd 100644 (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>
 
        * combine.c (subst): Use reg_overlap_mentioned_p
index 2c87de75185b303dc45cd7ac7e3de986755b1b40..cca109b0c59fcdbba678d6d16701238be20daa9c 100644 (file)
@@ -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