aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@gcc.gnu.org>2013-12-17 16:07:18 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2013-12-17 16:07:18 +0000
commit18aacdca292bb1bd54aa8b6121ce819ee308a24e (patch)
tree3f3c34f36e80d9bfca62cc36e93109f34183c690 /gcc
parent7bac74e552ac2ed1dc9335f9fdb91ad760694267 (diff)
downloadgcc-18aacdca292bb1bd54aa8b6121ce819ee308a24e.zip
gcc-18aacdca292bb1bd54aa8b6121ce819ee308a24e.tar.gz
gcc-18aacdca292bb1bd54aa8b6121ce819ee308a24e.tar.bz2
* g++.dg/ipa/devirt-13.C: Update template.
From-SVN: r206060
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/g++.dg/ipa/devirt-13.C4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/testsuite/g++.dg/ipa/devirt-13.C b/gcc/testsuite/g++.dg/ipa/devirt-13.C
index 13fbaee..b338a4c 100644
--- a/gcc/testsuite/g++.dg/ipa/devirt-13.C
+++ b/gcc/testsuite/g++.dg/ipa/devirt-13.C
@@ -1,6 +1,6 @@
/* { dg-do run } */
/* Call to foo should be devirtualized because there are no derived types of A. */
-/* { dg-options "-O2 -fdump-ipa-cgraph -fdump-tree-ssa" } */
+/* { dg-options "-O2 -fdump-tree-ssa" } */
namespace {
class A {
public:
@@ -16,7 +16,5 @@ main()
return b->foo();
}
-/* { dg-final { scan-ipa-dump "Devirtualizing call" "cgraph" } } */
/* { dg-final { scan-tree-dump-times "OBJ_TYPE_REF" 0 "ssa"} } */
-/* { dg-final { cleanup-ipa-dump "cgraph" } } */
/* { dg-final { cleanup-tree-dump "ssa" } } */