David Daney <[EMAIL PROTECTED]> writes: > There are two GCC tests for which I cannot explain the failures: > > FAIL: gcc.dg/memcpy-1.c scan-tree-dump-times nasty_local 0
This is on my list of things to look at. It seems to fail on 32-bit MIPS targets but not 64-bit ones. > FAIL: gcc.target/mips/dse-1.c scan-assembler-not \\tlw\\t This is fixed by: http://gcc.gnu.org/ml/gcc-patches/2007-09/msg01844.html (which FWIW I've now pinged twice: http://gcc.gnu.org/ml/gcc-patches/2007-09/msg02110.html http://gcc.gnu.org/ml/gcc-patches/2007-10/msg00370.html ) Richard