Commit 2091f811 by Richard Guenther Committed by Richard Biener

re PR lto/43212 ([LTO] error: control flow in the middle of basic block)

2010-07-24  Richard Guenther  <rguenther@suse.de>

	PR lto/43212
	* gcc.dg/lto/20100724-1_0.c: New testcase.
	* gcc.dg/lto/20100724-1_1.c: Likewise.

From-SVN: r162501
parent 8569c753
2010-07-24 Richard Guenther <rguenther@suse.de>
PR lto/43212
* gcc.dg/lto/20100724-1_0.c: New testcase.
* gcc.dg/lto/20100724-1_1.c: Likewise.
2010-07-24 Tobias Burnus <burnus@net-b.de>
PR fortran/40011
......
/* { dg-lto-do link } */
void baz(void)
{
__builtin_abort ();
}
void foo(void)
{
baz();
}
int main() { return 0; }
extern __attribute__((__noreturn__)) void baz(void);
void bar(void)
{
baz();
}
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