Commit cf3f91dd by Martin Liska Committed by Martin Liska

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
parent 09489eb8
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> 2015-03-18 Andrew Stubbs <ams@codesourcery.com>
PR middle-end/64491 PR middle-end/64491
......
...@@ -44,5 +44,5 @@ int main() ...@@ -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 "\(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" } } */ /* { dg-final { cleanup-ipa-dump "icf" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment