aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20040614-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/20040614-1.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/compile/20040614-1.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/20040614-1.c b/gcc/testsuite/gcc.c-torture/compile/20040614-1.c
index d99d278..b692ab5 100644
--- a/gcc/testsuite/gcc.c-torture/compile/20040614-1.c
+++ b/gcc/testsuite/gcc.c-torture/compile/20040614-1.c
@@ -1,4 +1,5 @@
-#ifndef NO_LABEL_VALUES
+/* { dg-require-effective-target label_values } */
+
void f(int r1, int *fp)
{
void *hlbl_tbl[] = { &&label1 };
@@ -14,7 +15,6 @@ void f(int r1, int *fp)
goto label0;
label2:
;
-}
-#else
+}
+
int x;
-#endif