diff options
| author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-23 12:25:57 +0000 |
|---|---|---|
| committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-23 12:25:57 +0000 |
| commit | b21711eb91a9f2cc0017fc8e09e68e62d13c02ef (patch) | |
| tree | 91fa4fb4ee40b5fa06d050cd5ed5eefc3c4f646a | |
| parent | 05a87aa0dbc571d823a19dd39115d328a2aa2d07 (diff) | |
| download | ppe42-gcc-b21711eb91a9f2cc0017fc8e09e68e62d13c02ef.tar.gz ppe42-gcc-b21711eb91a9f2cc0017fc8e09e68e62d13c02ef.zip | |
2004-05-23 Andrew Pinski <pinskia@physics.uc.edu>
* config/rs6000/t-rs6000: Remove the disabling -Werror.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82164 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/rs6000/t-rs6000 | 20 |
2 files changed, 4 insertions, 20 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e3a273dd248..ffba208ddf9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-05-23 Andrew Pinski <pinskia@physics.uc.edu> + + * config/rs6000/t-rs6000: Remove the disabling -Werror. + 2004-05-22 Roger Sayle <roger@eyesopen.com> * builtins.c (expand_builtin_strstr, expand_builtin_strchr, diff --git a/gcc/config/rs6000/t-rs6000 b/gcc/config/rs6000/t-rs6000 index 9546461e57d..caa07153ad3 100644 --- a/gcc/config/rs6000/t-rs6000 +++ b/gcc/config/rs6000/t-rs6000 @@ -18,23 +18,3 @@ rs6000-c.o: $(srcdir)/config/rs6000/rs6000-c.c \ # The rs6000 backend doesn't cause warnings in these files. insn-conditions.o-warn = -# The files below trigger warnings in tree-ssa because of the gimplifier -# emitting code that confuse the compiler into thinking that some variables -# are used uninitialized. -jump.o-warn = -Wno-error -regmove.o-warn = -Wno-error -c-typeck.o-warn = -Wno-error -cfgrtl.o-warn = -Wno-error -combine.o-warn = -Wno-error -fold-const.o-warn = -Wno-error -ifcvt.o-warn = -Wno-error -reload1.o-warn = -Wno-error -rtlanal.o-warn = -Wno-error -cp/decl2.o-warn = -Wno-error -cp/pt.o-warn = -Wno-error -f/where.o-warn = -Wno-error -java/expr.o-warn = -Wno-error -objc/objc-act.o-warn = -Wno-error -rs6000.o-warn = -Wno-error -insn-emit.o-warn = -Wno-error -simplify-rtx.o-warn = -Wno-error |

