Fix arm testism regression.
authorTamar Christina <tamar.christina@arm.com>
Fri, 11 Jan 2019 14:20:58 +0000 (14:20 +0000)
committerTamar Christina <tnfchris@gcc.gnu.org>
Fri, 11 Jan 2019 14:20:58 +0000 (14:20 +0000)
gcc/testsuite/ChangeLog:

2019-01-11  Tamar Christina  <tamar.christina@arm.com>

* gcc.target/aarch64/advsimd-intrinsics/vector-complex_f16.c: Require neon
and add options.

From-SVN: r267843

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vector-complex_f16.c

index a3de38e..6baaa8e 100644 (file)
@@ -1,3 +1,8 @@
+2019-01-11  Tamar Christina  <tamar.christina@arm.com>
+
+       * gcc.target/aarch64/advsimd-intrinsics/vector-complex_f16.c: Require neon
+       and add options.
+
 2019-01-11  Martin Liska  <mliska@suse.cz>
 
        PR middle-end/88758
index 99754b6..5344249 100644 (file)
@@ -1,7 +1,8 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target arm_v8_3a_complex_neon_ok } */
-/* { dg-require-effective-target arm_v8_2a_fp16_scalar_ok } */
+/* { dg-require-effective-target arm_v8_2a_fp16_neon_ok } */
 /* { dg-add-options arm_v8_3a_complex_neon } */
+/* { dg-add-options arm_v8_2a_fp16_neon } */
 /* { dg-additional-options "-O2 -march=armv8.3-a+fp16 -save-temps" } */
 
 #include <arm_neon.h>