diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r-- | gcc/testsuite/gcc.dg/20031201-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/20031201-1.c b/gcc/testsuite/gcc.dg/20031201-1.c index e6ea70b..91f2d9d 100644 --- a/gcc/testsuite/gcc.dg/20031201-1.c +++ b/gcc/testsuite/gcc.dg/20031201-1.c @@ -4,7 +4,7 @@ the jump bypassing pass. */ /* { dg-do compile } */ -/* { dg-options "-O2 -fno-expensive-optimizations -fno-rerun-loop-opt" } */ +/* { dg-options "-O2 -fno-expensive-optimizations" } */ int outbuf[100]; int outcnt; |