diff options
author | Martin Liska <mliska@suse.cz> | 2015-03-18 20:18:34 +0100 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2015-03-18 19:18:34 +0000 |
commit | cf3f91ddc8d7885e57ea87c930e5a6f3729974fe (patch) | |
tree | f80fbcfb17bf01c739d5b23e31b5d24ac5c9c5d5 | |
parent | 09489eb80cc882378861274254371c5faaf137b4 (diff) | |
download | gcc-cf3f91ddc8d7885e57ea87c930e5a6f3729974fe.zip gcc-cf3f91ddc8d7885e57ea87c930e5a6f3729974fe.tar.gz gcc-cf3f91ddc8d7885e57ea87c930e5a6f3729974fe.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/ipa/ipa-icf-4.C | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7530c2b..2baa35b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2015-03-18 Martin Liska <mliska@suse.cz> + + 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 <ams@codesourcery.com> 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 2cd7a2e..e5d3123 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" } } */ |