Commit 1179ee88 by Steven Bosscher

20091216-1_0.c: Adjust test case to avoid conflict with darwin crt1.o 'start' symbol.

	* gcc.dg/lto/20091216-1_0.c: Adjust test case to avoid
	conflict with darwin crt1.o 'start' symbol.

From-SVN: r158929
parent 5e108459
2009-04-30 Steven Bosscher <steven@gcc.gnu.org>
* gcc.dg/lto/20091216-1_0.c: Adjust test case to avoid
conflict with darwin crt1.o 'start' symbol.
2010-04-30 Richard Guenther <rguenther@suse.de> 2010-04-30 Richard Guenther <rguenther@suse.de>
PR tree-optimization/43879 PR tree-optimization/43879
......
/* { dg-lto-do run } */ /* { dg-lto-do run } */
asm (".globl start; start: nop"); asm (".globl start_; start_: nop");
int int
main () main ()
......
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