Commit 1cb3c37c by H.J. Lu Committed by H.J. Lu

func-indirect.c (main): Return 0.

2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc.target/x86_64/abi/callabi/func-indirect.c (main): Return 0.

From-SVN: r144898
parent cdcabece
2009-03-16 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/x86_64/abi/callabi/func-indirect.c (main): Return 0.
2009-03-16 Janis Johnson <janis187@us.ibm.com>
Revert patch for PR testsuite/37630.
......
......@@ -20,5 +20,5 @@ int main()
volatile func callme = callback;
if(callme(0, 0, 0, 0, 0x1234567890abcdefLL))
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