https://gcc.gnu.org/g:8ac6399970ff39bc72bee5b9efee067325fdee74

commit r15-8997-g8ac6399970ff39bc72bee5b9efee067325fdee74
Author: David Malcolm <dmalc...@redhat.com>
Date:   Wed Mar 26 14:34:46 2025 -0400

    testsuite, aarch64: fix broken dg directives
    
    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.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/saturating_arithmetic_1.c | 4 ++--
 gcc/testsuite/gcc.target/aarch64/saturating_arithmetic_2.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gcc/testsuite/gcc.target/aarch64/saturating_arithmetic_1.c 
b/gcc/testsuite/gcc.target/aarch64/saturating_arithmetic_1.c
index 2ac0c376d126..acd2e11f41d3 100644
--- a/gcc/testsuite/gcc.target/aarch64/saturating_arithmetic_1.c
+++ b/gcc/testsuite/gcc.target/aarch64/saturating_arithmetic_1.c
@@ -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"
diff --git a/gcc/testsuite/gcc.target/aarch64/saturating_arithmetic_2.c 
b/gcc/testsuite/gcc.target/aarch64/saturating_arithmetic_2.c
index 2a55aa9f2218..86c88f8447c3 100644
--- a/gcc/testsuite/gcc.target/aarch64/saturating_arithmetic_2.c
+++ b/gcc/testsuite/gcc.target/aarch64/saturating_arithmetic_2.c
@@ -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"

Reply via email to