Commit 0ac249bf by Jakub Jelinek Committed by Jakub Jelinek

re PR tree-optimization/71478 (ICE in tree-ssa-reassoc.c after r236564)

	PR middle-end/71478
	* gcc.dg/pr71478.c: Remove dg-require-effective-target vect_int.
	Add -Wno-psabi -w to dg-options.

From-SVN: r237392
parent 402e60c5
2016-06-13 Jakub Jelinek <jakub@redhat.com>
PR middle-end/71478
* gcc.dg/pr71478.c: Remove dg-require-effective-target vect_int.
Add -Wno-psabi -w to dg-options.
2016-06-13 Kelvin Nilsen <kelvin@gcc.gnu.org> 2016-06-13 Kelvin Nilsen <kelvin@gcc.gnu.org>
* gcc.target/powerpc/vadsdu-0.c: New test. * gcc.target/powerpc/vadsdu-0.c: New test.
......
/* PR middle-end/71478 */ /* PR middle-end/71478 */
/* { dg-require-effective-target vect_int } */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O3" } */ /* { dg-options "-O3 -Wno-psabi -w" } */
typedef unsigned int __attribute__ ((vector_size (8))) uv2si; typedef unsigned int __attribute__ ((vector_size (8))) uv2si;
typedef int __attribute__ ((vector_size (8))) v2si; typedef int __attribute__ ((vector_size (8))) v2si;
...@@ -18,4 +17,3 @@ foo (void) ...@@ -18,4 +17,3 @@ foo (void)
uv2si j = k * __builtin_shuffle (z, z, (uv2si) {1, 3}); uv2si j = k * __builtin_shuffle (z, z, (uv2si) {1, 3});
return k * j; return k * j;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment