On Mon, 4 Mar 2013, Jan Hubicka wrote:
> > On Mon, Mar 04, 2013 at 01:42:51PM +0100, Richard Biener wrote:
> > > When inlining call stmts with a NULL gimple_block we still remap
> > > all the callee blocks into a block tree copy but we'll end up
> > > not referencing it from anywhere. This causes
> On Mon, Mar 04, 2013 at 01:42:51PM +0100, Richard Biener wrote:
> > When inlining call stmts with a NULL gimple_block we still remap
> > all the callee blocks into a block tree copy but we'll end up
> > not referencing it from anywhere. This causes verification failures
> > because then we have
On Mon, Mar 04, 2013 at 01:42:51PM +0100, Richard Biener wrote:
> When inlining call stmts with a NULL gimple_block we still remap
> all the callee blocks into a block tree copy but we'll end up
> not referencing it from anywhere. This causes verification failures
> because then we have nothing re
When inlining call stmts with a NULL gimple_block we still remap
all the callee blocks into a block tree copy but we'll end up
not referencing it from anywhere. This causes verification failures
because then we have nothing refering to the inline stmt blocks.
This seems to be an issue mostly wit