diff options
author | Diego Novillo <dnovillo@gcc.gnu.org> | 2004-05-13 02:41:07 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2004-05-13 02:41:07 -0400 |
commit | 6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f (patch) | |
tree | a2568888a519c077427b133de9ece5879a8484a5 /gcc/config/rs6000/t-rs6000 | |
parent | ac1a20aec53364d77f3bdff94a2a0a06840e0fe9 (diff) | |
download | gcc-6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f.zip gcc-6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f.tar.gz gcc-6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f.tar.bz2 |
Merge tree-ssa-20020619-branch into mainline.
From-SVN: r81764
Diffstat (limited to 'gcc/config/rs6000/t-rs6000')
-rw-r--r-- | gcc/config/rs6000/t-rs6000 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc/config/rs6000/t-rs6000 b/gcc/config/rs6000/t-rs6000 index caa0715..9546461 100644 --- a/gcc/config/rs6000/t-rs6000 +++ b/gcc/config/rs6000/t-rs6000 @@ -18,3 +18,23 @@ 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 |