mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-26 09:50:40 +08:00
re PR target/69532 (FAIL: gcc.target/arm/{vect-,}fmaxmin.c execution test on armv7)
2016-02-17 David Sherwood <david.sherwood@arm.com> gcc/testsuite: PR target/69532 * gcc.target/arm/fmaxmin.c: Change effective target to arm_v8_neon_hw. * gcc.target/arm/vect-fmaxmin.c: Likewise. From-SVN: r233494
This commit is contained in:
parent
1312b1ba11
commit
ffacd7263e
@ -1,3 +1,9 @@
|
||||
2016-02-17 David Sherwood <david.sherwood@arm.com>
|
||||
|
||||
PR target/69532
|
||||
* gcc.target/arm/fmaxmin.c: Change effective target to arm_v8_neon_hw.
|
||||
* gcc.target/arm/vect-fmaxmin.c: Likewise.
|
||||
|
||||
2016-02-17 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* gcc.dg/ifcvt-4.c: Skip on Visium.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target arm_v8_neon_ok } */
|
||||
/* { dg-require-effective-target arm_v8_neon_hw } */
|
||||
/* { dg-options "-O2 -fno-inline -march=armv8-a -save-temps" } */
|
||||
/* { dg-add-options arm_v8_neon } */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target arm_v8_neon_ok } */
|
||||
/* { dg-require-effective-target arm_v8_neon_hw } */
|
||||
/* { dg-options "-O2 -ftree-vectorize -fno-inline -march=armv8-a -save-temps" } */
|
||||
/* { dg-add-options arm_v8_neon } */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user