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: Regression for trunk on i686-pc-linux-gnu


On Tue, 2004-07-27 at 13:33, Richard Kenner wrote:

> I do see some error messages relating to file naming of dump files
> with that test, but not a failure.  I wonder if that's what the regression
> tester is seeing?
>
No.  There's only one sra-1.c.t60.optimized file.  What dejagnu is
testing is the disappearance of the call to link_error.

What's happening here is that after your patch, the optimizers lost the
ability to remove the call to link_error from
testsuite/gcc.dg/tree-ssa/sra-1.c:copystruct11().

It's also a target-independent failure.  It started failing on alpha,
x86, ia64, ppc and x86_64.


Diego.


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