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:
David Sherwood 2016-02-17 13:16:31 +00:00 committed by David Sherwood
parent 1312b1ba11
commit ffacd7263e
3 changed files with 8 additions and 2 deletions

View File

@ -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.

View File

@ -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 } */

View File

@ -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 } */