Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.dg / 20050811-2.c
index ffd1f39..afee9b0 100644 (file)
@@ -1,6 +1,6 @@
-/* Test whether -dov doesn't crash.  */
+/* Test whether graph dumping doesn't crash.  */
 /* { dg-do compile } */
-/* { dg-options "-O2 -dv -fdump-rtl-postreload" } */
+/* { dg-options "-O2 -fdump-rtl-postreload-graph" } */
 
 int foo (void)
 {
@@ -17,4 +17,4 @@ int bar (int x)
     return foo ();
 }
 
-// { dg-final { cleanup-rtl-dump "postreload*" } }
+/* { dg-final { cleanup-rtl-dump "postreload*" } } */