This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: regressions on i686-apple-darwin9


On Thu, Aug 7, 2008 at 8:47 PM, Jack Howarth <howarth@bromo.msbb.uc.edu> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]