8 GCC HEAD regressions, 1 new, with your patch on 2005-06-01T22:42:41Z.

Andrew Pinski pinskia@physics.uc.edu
Thu Jun 2 18:43:00 GMT 2005


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



More information about the Gcc-regression mailing list