fold-vec-ld-longlong.c: Add lp64 requirement.

[gcc/testsuite]

2017-09-14  Will Schmidt  <will_schmidt@vnet.ibm.com>

	* gcc.target/powerpc/fold-vec-ld-longlong.c: Add lp64 requirement.

From-SVN: r252757
This commit is contained in:
Will Schmidt 2017-09-14 13:56:05 +00:00 committed by Will Schmidt
parent 0fa0fdb764
commit 2a94be3529
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-09-14 Will Schmidt <will_schmidt@vnet.ibm.com>
* gcc.target/powerpc/fold-vec-ld-longlong.c: Add
lp64 requirement.
2017-09-14 Richard Biener <rguenther@suse.de>
* gcc.dg/tree-ssa/ssa-fre-59.c: New testcase.

View File

@ -1,7 +1,7 @@
/* Verify that overloaded built-ins for vec_ld* with long long
inputs produce the right code. */
/* { dg-do compile } */
/* { dg-do compile { target lp64 } } */
/* { dg-require-effective-target powerpc_p8vector_ok } */
/* { dg-options "-mpower8-vector -O2" } */