Commit a3dfa498 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-22  Martin Jambor  <mjambor@suse.cz>

	PR ipa/61160
	* g++.dg/ipa/pr61160-3.C (main): Return zero.

From-SVN: r212915
parent d8a7c72c
2014-07-22 Martin Jambor <mjambor@suse.cz>
PR ipa/61160
* pr61160-3.C (main): Return zero.
2014-07-22 Alan Lawrence <alan.lawrence@arm.com>
* gcc.target/arm/simd/vexts64_1.c: Remove #include, inline test body.
......
......@@ -33,5 +33,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