pr63335.c: Change effective target to vsx_hw.

2014-09-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

	* gcc.target/powerpc/pr63335.c: Change effective target to
	vsx_hw.

From-SVN: r215646
This commit is contained in:
Bill Schmidt 2014-09-26 19:28:36 +00:00 committed by William Schmidt
parent 6f35fc1b1c
commit 20ee26901f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-09-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* gcc.target/powerpc/pr63335.c: Change effective target to
vsx_hw.
2014-09-26 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/shrink_wrap_1.c: Skip ia32.

View file

@ -1,5 +1,5 @@
/* { dg-do run { target { powerpc64*-*-* } } } */
/* { dg-require-effective-target powerpc_vsx_ok } */
/* { dg-require-effective-target vsx_hw } */
/* { dg-options "-mvsx" } */
#include <altivec.h>