This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Regression for trunk on i686-pc-linux-gnu
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: dnovillo at redhat dot com
- Cc: gcc at gcc dot gnu dot org, rth at redhat dot com
- Date: Tue, 27 Jul 04 14:56:22 EDT
- Subject: Re: Regression for trunk on i686-pc-linux-gnu
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().
Do you have some dump files from when it worked? I don't see how
those changes (which were to gimplication) could cause this. It looks
like something that SRA is doing differently.