diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2015-04-23 16:07:43 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2015-04-23 16:07:43 +0000 |
commit | 14336fe34bde33193d5d28c432ff411ce3a2c507 (patch) | |
tree | b315dc9c2adbf7668a24e2bdb17df1d486307764 /gcc | |
parent | b88fa2656ba66afd943e0c8a944c139c16343dfc (diff) | |
download | gcc-14336fe34bde33193d5d28c432ff411ce3a2c507.zip gcc-14336fe34bde33193d5d28c432ff411ce3a2c507.tar.gz gcc-14336fe34bde33193d5d28c432ff411ce3a2c507.tar.bz2 |
Fix testuite for updated ICF dumps.
From-SVN: r222378
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/ipa/ipa-icf-28.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-icf-28.c b/gcc/testsuite/gcc.dg/ipa/ipa-icf-28.c index bcaf84e..56ea1b8 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" } } */ |