On Thu, Aug 7, 2008 at 8:47 PM, Jack Howarth <[EMAIL PROTECTED]> wrote: > Is anyone else seeing some new internal compiler errors in the gcc > testsuite on i686-apple-darwin9? I am using the same graphite patch > I used a couple days back with the current svn of gcc trunk and now > I see failures like... > > FAIL: gcc.c-torture/compile/20020930-1.c -Os (internal compiler error) > FAIL: gcc.c-torture/compile/20020930-1.c -Os (test for excess errors) > FAIL: gcc.c-torture/compile/930506-1.c -Os (internal compiler error) > FAIL: gcc.c-torture/compile/930506-1.c -Os (test for excess errors) > FAIL: gcc.c-torture/compile/fix-trunc-mem-1.c -Os (internal compiler error) > FAIL: gcc.c-torture/compile/fix-trunc-mem-1.c -Os (test for excess errors) > FAIL: gcc.c-torture/execute/conversion.c compilation, -Os (internal > compiler error) > FAIL: gcc.c-torture/execute/gofast.c compilation, -Os (internal compiler > error) > FAIL: gcc.c-torture/unsorted/BUG11.c, -Os (internal compiler error) > FAIL: gcc.c-torture/unsorted/conv.c, -Os (internal compiler error) > FAIL: gcc.c-torture/unsorted/conv_tst.c, -Os (internal compiler error) > > These are showing up in gcc.log as below.
They all look to be the same bug. I'd track down what's trying to emit that instruction. -eric