diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/non-local-goto-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/non-local-goto-1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/non-local-goto-1.c b/gcc/testsuite/gcc.dg/non-local-goto-1.c index 9c2e6cc..c8202c9 100644 --- a/gcc/testsuite/gcc.dg/non-local-goto-1.c +++ b/gcc/testsuite/gcc.dg/non-local-goto-1.c @@ -1,5 +1,6 @@ /* { dg-do run } */ /* { dg-options "-O2" } */ +/* { dg-require-effective-target nonlocal_goto } */ extern void abort (void); |