From b3a499f76eac87970ef5f6768aaad12f2dd506b0 Mon Sep 17 00:00:00 2001 From: hubicka Date: Sat, 27 Dec 2014 15:27:16 +0000 Subject: [PATCH] Fix template. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219077 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/g++.dg/ipa/devirt-42.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/g++.dg/ipa/devirt-42.C b/gcc/testsuite/g++.dg/ipa/devirt-42.C index 93eb02f1310..d7b1b3cd7b3 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. */ -- 2.11.4.GIT