diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7530c2b9b01d..2baa35bc752f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2015-03-18 Martin Liska + + PR ipa/65439 + * g++.dg/ipa/ipa-icf-4.C: Extend expected number of + equivalences either to 6 or 7. + 2015-03-18 Andrew Stubbs PR middle-end/64491 diff --git a/gcc/testsuite/g++.dg/ipa/ipa-icf-4.C b/gcc/testsuite/g++.dg/ipa/ipa-icf-4.C index 2cd7a2eed3a9..e5d3123fe603 100644 --- a/gcc/testsuite/g++.dg/ipa/ipa-icf-4.C +++ b/gcc/testsuite/g++.dg/ipa/ipa-icf-4.C @@ -44,5 +44,5 @@ int main() } /* { dg-final { scan-ipa-dump "\(Unified; Variable alias has been created\)|\(Symbol aliases are not supported by target\)" "icf" } } */ -/* { dg-final { scan-ipa-dump "Equal symbols: 6" "icf" } } */ +/* { dg-final { scan-ipa-dump "Equal symbols: \[67\]" "icf" } } */ /* { dg-final { cleanup-ipa-dump "icf" } } */