Commit 8f2cbdca by H.J. Lu Committed by H.J. Lu

Make main return 0.

2010-12-16  H.J. Lu  <hongjiu.lu@intel.com>

	PR lto/46976
	* gcc.dg/lto/pr46940_1.c (main): Return 0.

From-SVN: r167903
parent 5acb7dec
2010-12-16 H.J. Lu <hongjiu.lu@intel.com>
PR lto/46976
* gcc.dg/lto/pr46940_1.c (main): Return 0.
2010-12-16 Chung-Lin Tang <cltang@codesourcery.com>
PR target/46883
......
extern void _moz_foo (void);
int
main()
{
_moz_foo ();
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