From: Jan Hubicka Date: Thu, 23 Apr 2015 16:07:43 +0000 (+0000) Subject: Fix testuite for updated ICF dumps. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14336fe34bde33193d5d28c432ff411ce3a2c507;p=gcc.git Fix testuite for updated ICF dumps. From-SVN: r222378 --- diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-icf-28.c b/gcc/testsuite/gcc.dg/ipa/ipa-icf-28.c index bcaf84e09fb..56ea1b825ee 100644 --- a/gcc/testsuite/gcc.dg/ipa/ipa-icf-28.c +++ b/gcc/testsuite/gcc.dg/ipa/ipa-icf-28.c @@ -20,5 +20,5 @@ int main() return 0; } /* { dg-final { scan-ipa-dump "Equal symbols: 0" "icf" } } */ -/* { dg-final { scan-ipa-dump "attribute values are different" "icf" } } */ +/* { dg-final { scan-ipa-dump "different decl attributes" "icf" } } */ /* { dg-final { cleanup-ipa-dump "icf" } } */