From: Jan Hubicka Date: Sat, 27 Dec 2014 15:27:16 +0000 (+0000) Subject: Fix template. X-Git-Tag: releases/gcc-5.1.0~2159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3d88b88ec204efe8a6876ea64115a9d4be9f37f;p=thirdparty%2Fgcc.git Fix template. From-SVN: r219077 --- diff --git a/gcc/testsuite/g++.dg/ipa/devirt-42.C b/gcc/testsuite/g++.dg/ipa/devirt-42.C index 93eb02f13101..d7b1b3cd7b3b 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. */