Commit 0128991d by Richard Guenther Committed by Richard Biener

re PR lto/43788 (ICE: verify_stmts failed: statement marked for throw, but doesn't)

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

	PR lto/43788
	* g++.dg/lto/20100724-1_0.C: New testcase.

From-SVN: r162502
parent 2091f811
2010-07-24 Richard Guenther <rguenther@suse.de>
PR lto/43788
* g++.dg/lto/20100724-1_0.C: New testcase.
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.
......
/* { dg-lto-do link } */
/* { dg-lto-options {{-ftoplevel-reorder -flto} {-ftoplevel-reorder -fwhopr}} } */
/* { dg-extra-ld-options {-r -nostdlib} } */
struct Foo { virtual ~Foo(); };
struct Bar:public Foo { Bar() { } };
void Func() { new Bar(); }
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