Re: [PATCH] Fix another BLOCK issue

2013-03-08 Thread Jakub Jelinek
On Fri, Mar 08, 2013 at 11:24:40AM +0100, Richard Biener wrote: > > This fixes the fact that the inliner now associates a BLOCK > with BLOCK_SOURCE_LOCATION but we don't dare to keep that BLOCK > live when removing unused block scopes. Adding location verification > for BLOCK_SOURCE_LOCATION show

[PATCH] Fix another BLOCK issue

2013-03-08 Thread Richard Biener
This fixes the fact that the inliner now associates a BLOCK with BLOCK_SOURCE_LOCATION but we don't dare to keep that BLOCK live when removing unused block scopes. Adding location verification for BLOCK_SOURCE_LOCATION shows this immediately during bootstrap. The obvious fix for this is the tree