]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 b14b25949bfe4615b8f8c173a128b6c73de3cf18..18d176794f0447a3815e8da62824813103bcb6c9 100644 (file)
@@ -1,5 +1,5 @@
-/* { dg-skip-if "" { arm*-*-* } } */
 /* { dg-do compile } */
+/* { dg-skip-if "" { arm*-*-* } } */
 /* { dg-options "-O3" } */
 
 
index c6f62c59fffbd9ef9b8b26fa265f630d53a308e6..6c51d042de9929c645e837f572450ac048197c42 100644 (file)
@@ -1,5 +1,5 @@
-/* { dg-skip-if "" { arm*-*-* } } */
 /* { dg-do compile } */
+/* { dg-skip-if "" { arm*-*-* } } */
 /* { dg-options "-O3" } */