* g++.dg/ipa/devirt-15.C: Fix testcase.
authorJan Hubicka <jh@suse.cz>
Tue, 3 Sep 2013 15:43:10 +0000 (17:43 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 3 Sep 2013 15:43:10 +0000 (15:43 +0000)
From-SVN: r202225

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ipa/devirt-15.C

index 33282ff..0477f36 100644 (file)
@@ -1,3 +1,7 @@
+2013-09-03  Jan Hubicka  <jh@suse.cz>
+
+       * g++.dg/ipa/devirt-15.C: Fix testcase.
+
 2013-09-03  Richard Biener  <rguenther@suse.de>
 
        PR middle-end/57656
index f9cd3ae..2ea85f4 100644 (file)
@@ -1,7 +1,7 @@
 /* Check that we speculatively devirutalize call to FOO to B::foo becuase
    A is noreturn.  */
 /* { dg-do compile } */
-/* { dg-options "-O2 -fdump-ipa-devirt"  } */
+/* { dg-options "-O2 -fdump-ipa-devirt -fdump-tree-optimized"  } */
 class A {
 public:
   virtual int foo(void)