diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/long_branch.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/long_branch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/long_branch.c b/gcc/testsuite/gcc.dg/long_branch.c index f388a80..97fb169 100644 --- a/gcc/testsuite/gcc.dg/long_branch.c +++ b/gcc/testsuite/gcc.dg/long_branch.c @@ -1,5 +1,6 @@ /* { dg-do run } */ /* { dg-options "-O2 -fno-reorder-blocks" } */ +/* { dg-skip-if "limited code space" { pdp11-*-* } } */ void abort (); |