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.
-/* { dg-do-compile } */
+/* { dg-do compile } */
/* { dg-options "-O2 --save-temps -fno-schedule-insns2" } */
/* { dg-final { check-function-bodies "**" "" "" } } */
#define UMAX UCHAR_MAX
#define UMIN 0
-#include "saturating_arithmetic.inc"
\ No newline at end of file
+#include "saturating_arithmetic.inc"
-/* { dg-do-compile } */
+/* { dg-do compile } */
/* { dg-options "-O2 --save-temps -fno-schedule-insns2" } */
/* { dg-final { check-function-bodies "**" "" "" } } */
#define UMAX USHRT_MAX
#define UMIN 0
-#include "saturating_arithmetic.inc"
\ No newline at end of file
+#include "saturating_arithmetic.inc"