Re: [PATCH] Fix %K for LTO

2014-03-25 Thread Richard Biener
On Tue, 25 Mar 2014, Jakub Jelinek wrote: > On Tue, Mar 25, 2014 at 03:35:29PM +0100, Richard Biener wrote: > > The following implements a special-case for LTO when doing %K > > formatting. LTO currently only keeps FUNCTION_DECL abstract > > origins (for BLOCKs satisfying inlined_function_outer_s

[PATCH] Fix %K for LTO

2014-03-25 Thread Richard Biener
The following implements a special-case for LTO when doing %K formatting. LTO currently only keeps FUNCTION_DECL abstract origins (for BLOCKs satisfying inlined_function_outer_scope_p) which means the existing %K formatting usually bails out immediately. This severely complicates the search for w

Re: [PATCH] Fix %K for LTO

2014-03-25 Thread Jakub Jelinek
On Tue, Mar 25, 2014 at 03:35:29PM +0100, Richard Biener wrote: > The following implements a special-case for LTO when doing %K > formatting. LTO currently only keeps FUNCTION_DECL abstract > origins (for BLOCKs satisfying inlined_function_outer_scope_p) > which means the existing %K formatting us