]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite, aarch64: fix broken dg directives
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 26 Mar 2025 18:34:46 +0000 (14:34 -0400)
committerSam James <sam@gentoo.org>
Fri, 28 Mar 2025 07:43:22 +0000 (07:43 +0000)
Found by dg-lint.

gcc/testsuite/ChangeLog:
* gcc.target/aarch64/saturating_arithmetic_1.c: Fix dg-do compile.
* gcc.target/aarch64/saturating_arithmetic_2.c: Likewise.

gcc/testsuite/gcc.target/aarch64/saturating_arithmetic_1.c
gcc/testsuite/gcc.target/aarch64/saturating_arithmetic_2.c

index 2ac0c376d126ecc15b37015b1a2e098dfa7f5543..acd2e11f41d3c90565fbdde24d8df68695ea1657 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do-compile } */
+/* { dg-do compile } */
 /* { dg-options "-O2 --save-temps -fno-schedule-insns2" } */
 /* { dg-final { check-function-bodies "**" "" "" } } */
 
@@ -33,4 +33,4 @@
 #define UMAX UCHAR_MAX
 #define UMIN 0
 
-#include "saturating_arithmetic.inc"
\ No newline at end of file
+#include "saturating_arithmetic.inc"
index 2a55aa9f2218a168becf3b6b13905c6cd228cacc..86c88f8447c34ae6064ef60e97296197ce95801a 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do-compile } */
+/* { dg-do compile } */
 /* { dg-options "-O2 --save-temps -fno-schedule-insns2" } */
 /* { dg-final { check-function-bodies "**" "" "" } } */
 
@@ -33,4 +33,4 @@
 #define UMAX USHRT_MAX
 #define UMIN 0
 
-#include "saturating_arithmetic.inc"
\ No newline at end of file
+#include "saturating_arithmetic.inc"