Found by dg-lint.

gcc/testsuite/ChangeLog:
        * gcc.target/arc/taux-1.c: Fix missing trailing '" }' from
        dg-options.
        * gcc.target/arc/taux-2.c: Likewise.
---
 gcc/testsuite/gcc.target/arc/taux-1.c | 2 +-
 gcc/testsuite/gcc.target/arc/taux-2.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.target/arc/taux-1.c 
b/gcc/testsuite/gcc.target/arc/taux-1.c
index a2b77782192c..41b0fc40ed5a 100644
--- a/gcc/testsuite/gcc.target/arc/taux-1.c
+++ b/gcc/testsuite/gcc.target/arc/taux-1.c
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O1 */
+/* { dg-options "-O1" } */
 
 
 #define __aux() __attribute__((aux))
diff --git a/gcc/testsuite/gcc.target/arc/taux-2.c 
b/gcc/testsuite/gcc.target/arc/taux-2.c
index 5644bcd65c19..3e57ac87ea06 100644
--- a/gcc/testsuite/gcc.target/arc/taux-2.c
+++ b/gcc/testsuite/gcc.target/arc/taux-2.c
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O1 */
+/* { dg-options "-O1" } */
 
 #define __aux(r) __attribute__((aux(r)))
 static volatile __aux(0x1000) int var;
-- 
2.26.3

Reply via email to