Commit 47241166 by Martin Jambor Committed by Martin Jambor

re PR ipa/61160 (wrong code with -O3 (or ICE: verify_cgraph_node failed: edge…

re PR ipa/61160 (wrong code with -O3 (or ICE: verify_cgraph_node failed: edge points to wrong declaration))

2014-07-24  Martin Jambor  <mjambor@suse.cz>

	PR ipa/61160
	* g++.dg/ipa/pr61160-2.C (main): Always return zero.

From-SVN: r212987
parent a12f7ac8
2014-07-24 Martin Jambor <mjambor@suse.cz>
PR ipa/61160
* g++.dg/ipa/pr61160-2.C (main): Always return zero.
2014-07-24 Richard Biener <rguenther@suse.de>
PR ipa/61823
......
......@@ -39,5 +39,6 @@ void *test (MMixin & anExample)
int main ()
{
CExample c;
return (test (c) != &c);
test (c);
return 0;
}
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