summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/stmt-expr-label-3.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/stmt-expr-label-3.c')
-rw-r--r--gcc/testsuite/gcc.dg/stmt-expr-label-3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/stmt-expr-label-3.c b/gcc/testsuite/gcc.dg/stmt-expr-label-3.c
index 09258069522..7b1515f89ac 100644
--- a/gcc/testsuite/gcc.dg/stmt-expr-label-3.c
+++ b/gcc/testsuite/gcc.dg/stmt-expr-label-3.c
@@ -5,4 +5,4 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
-void f(void) { 1 ? 1 : ({ a : 1; 1; }); goto a; } /* { dg-error "error: jump into statement expression" } */
+void f(void) { 1 ? 1 : ({ a : 1; 1; }); goto a; } /* { dg-error "jump into statement expression" } */