diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2014-12-27 15:27:16 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2014-12-27 15:27:16 +0000 |
commit | c3d88b88ec204efe8a6876ea64115a9d4be9f37f (patch) | |
tree | a4fe55ef16b36239ce95753797ec293c1ddd860f /gcc | |
parent | 6d4ab5f8c77ecb6fcb2f1a4fae644100f436883d (diff) | |
download | gcc-c3d88b88ec204efe8a6876ea64115a9d4be9f37f.zip gcc-c3d88b88ec204efe8a6876ea64115a9d4be9f37f.tar.gz gcc-c3d88b88ec204efe8a6876ea64115a9d4be9f37f.tar.bz2 |
Fix template.
From-SVN: r219077
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.dg/ipa/devirt-42.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/ipa/devirt-42.C b/gcc/testsuite/g++.dg/ipa/devirt-42.C index 93eb02f..d7b1b3c 100644 --- a/gcc/testsuite/g++.dg/ipa/devirt-42.C +++ b/gcc/testsuite/g++.dg/ipa/devirt-42.C @@ -27,7 +27,7 @@ main() However devirtualization is also possible for offline copy of A::barbar. Invoking B's barbar makes it clear the type is at least B and B is an anonymous namespace type and therefore we know it has no derivations. */ -/* { dg-final { scan-ipa-dump-times "First type is base of second" 3 "inline" } } */ +/* { dg-final { scan-ipa-dump "First type is base of second" "inline" } } */ /* { dg-final { scan-ipa-dump-times "Discovered a virtual call to a known target" 2 "inline" } } */ /* Verify that speculation is optimized by late optimizers. */ |