diff options
author | Diego Novillo <dnovillo@google.com> | 2007-06-11 22:30:36 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2007-06-11 22:30:36 -0400 |
commit | 16b4cb481cc2344a990e97baccd2aae2ea085d7f (patch) | |
tree | 258f3410fb41b016bb7701f78cc341114bdc0c46 | |
parent | 467f79e82daa62411868d430d14fb983a8a5ece9 (diff) | |
download | gcc-16b4cb481cc2344a990e97baccd2aae2ea085d7f.zip gcc-16b4cb481cc2344a990e97baccd2aae2ea085d7f.tar.gz gcc-16b4cb481cc2344a990e97baccd2aae2ea085d7f.tar.bz2 |
Makefile.in (reload1.o-warn): Remove.
* Makefile.in (reload1.o-warn): Remove.
From-SVN: r125636
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d9887cf..a381a86 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2c87de7..cca109b 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 |