Commit 8c4d4205 by Bin Cheng Committed by Bin Cheng

crossmodule-indircall-1.c: Return 0 for execution test case.


	* gcc.dg/tree-prof/crossmodule-indircall-1.c: Return 0
	for execution test case.

From-SVN: r207939
parent 25fe40b0
2014-02-20 Bin Cheng <bin.cheng@arm.com>
* gcc.dg/tree-prof/crossmodule-indircall-1.c: Return 0
for execution test case.
2014-02-20 Jan Hubicka <hubicka@ucw.cz> 2014-02-20 Jan Hubicka <hubicka@ucw.cz>
PR ipa/58555 PR ipa/58555
......
...@@ -16,4 +16,6 @@ main() ...@@ -16,4 +16,6 @@ main()
p[i%2](2); p[i%2](2);
if (a != 1000) if (a != 1000)
abort (); abort ();
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