diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/20050811-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/20050811-1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/20050811-1.c b/gcc/testsuite/gcc.dg/20050811-1.c index cfc181692c1..a9f860bb8bd 100644 --- a/gcc/testsuite/gcc.dg/20050811-1.c +++ b/gcc/testsuite/gcc.dg/20050811-1.c @@ -1,6 +1,6 @@ -/* Test whether -dav doesn't crash. */ +/* Test whether -dv -fdump-rtl-all doesn't crash. */ /* { dg-do compile } */ -/* { dg-options "-O2 -dav" } */ +/* { dg-options "-O2 -dv -fdump-rtl-all" } */ int foo (void) { |