From: Martin Liska Date: Wed, 18 Mar 2015 19:18:34 +0000 (+0100) Subject: re PR ipa/65439 (FAIL: g++.dg/ipa/ipa-icf-4.C -std=gnu++98 scan-ipa-dump icf "Equal... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf3f91ddc8d7885e57ea87c930e5a6f3729974fe;p=gcc.git re PR ipa/65439 (FAIL: g++.dg/ipa/ipa-icf-4.C -std=gnu++98 scan-ipa-dump icf "Equal symbols: 6") Fix PR65439. PR ipa/65439 * g++.dg/ipa/ipa-icf-4.C: Extend expected number of equivalences either to 6 or 7. M gcc/testsuite/ChangeLog M gcc/testsuite/g++.dg/ipa/ipa-icf-4.C From-SVN: r221500 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7530c2b9b01..2baa35bc752 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 2cd7a2eed3a..e5d3123fe60 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" } } */