This is the mail archive of the gcc-regression@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: 8 GCC HEAD regressions, 1 new, with your patch on 2005-06-01T22:42:41Z.



On Jun 2, 2005, at 12:33 PM, GCC regression checker wrote:


With your recent patch, GCC HEAD has some regression test failures,
which used to pass.  There are 1 new failures, and 7
failures that existed before and after that patch; 0 failures
have been fixed.

The new failures are:
native gcc.sum gcc.dg/ppc-vector-memcpy.c

This was caused by: +2005-06-01 Josh Conner <jconner@apple.com> + + PR 21478 + * gimplify.c (gimplify_init_constructor): Don't spill initializer + to read-only memory if it's sparse. +

But we are getting better results now than before on this testcase.

The testcase was testing for memcpy but we now get memset plus a store.

The array should be changed to be initialized with { 1,1,1,1,1,1,1,1 }

But I don't have time to do that at the moment.

Thanks,
Andrew Pinski


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