We have the following new testsuite failures: FAIL: gcc.c-torture/execute/20030408-1.c execution, -O2 FAIL: gcc.c-torture/execute/20030408-1.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/20030408-1.c execution, -O3 -g Executing on host: /home/dave/gcc-3.4/objdir/gcc/xgcc -B/home/dave/gcc-3.4/objdi r/gcc/ /home/dave/gcc-3.4/gcc/gcc/testsuite/gcc.c-torture/execute/20030408-1.c -w -O2 -lm -o /home/dave/gcc-3.4/objdir/gcc/testsuite/20030408-1.x2 (tim eout = 300) PASS: gcc.c-torture/execute/20030408-1.c compilation, -O2 Setting LD_LIBRARY_PATH to :/home/dave/gcc-3.4/objdir/bfd:/home/dave/gcc-3.4/obj dir/opcodes:/home/dave/gcc-3.4/objdir/hppa-linux/libstdc++-v3/src/.libs:/home/da ve/opt/gnu/gcc/gcc-3.3.3/lib:/home/dave/opt/gnu/lib FAIL: gcc.c-torture/execute/20030408-1.c execution, -O2
This RTX_UNCHANGING_P stuff keeps fascinating me :-)
Subject: Re: [3.4 Regression] FAIL: gcc.c-torture/exe > This RTX_UNCHANGING_P stuff keeps fascinating me :-) I've taken Jakub's patch, <http://gcc.gnu.org/ml/gcc-patches/2004-04/msg00186.html>, and added the additional changes needed for the clrstrsi, movstrdi and clrstrdi related patterns. Should know in a bit whether this resolves the problem. Dave
Fixed by <http://gcc.gnu.org/ml/gcc-patches/2004-04/msg00253.html>.