testsuite: Fix dg directives order in arm/aarch64 vml[as]_float_not_fused.c
authorChristophe Lyon <christophe.lyon@linaro.org>
Mon, 3 May 2021 20:57:56 +0000 (20:57 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Mon, 3 May 2021 21:02:02 +0000 (21:02 +0000)
dg-do must come before dg-skip-if, this patch fixes this oversight in
these two tests.

2021-05-03  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/testsuite/
* gcc.target/aarch64/advsimd-intrinsics/vmla_float_not_fused.c:
Fix dg directives order.
* gcc.target/aarch64/advsimd-intrinsics/vmls_float_not_fused.c:
Likewise.

gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmla_float_not_fused.c
gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vmls_float_not_fused.c

index b14b259..18d1767 100644 (file)
@@ -1,5 +1,5 @@
-/* { dg-skip-if "" { arm*-*-* } } */
 /* { dg-do compile } */
+/* { dg-skip-if "" { arm*-*-* } } */
 /* { dg-options "-O3" } */
 
 
index c6f62c5..6c51d04 100644 (file)
@@ -1,5 +1,5 @@
-/* { dg-skip-if "" { arm*-*-* } } */
 /* { dg-do compile } */
+/* { dg-skip-if "" { arm*-*-* } } */
 /* { dg-options "-O3" } */