Re: [PATCH, PR 54971] A SRA debug enhancement

2012-10-26 Thread Jakub Jelinek
On Fri, Oct 26, 2012 at 11:22:54AM +0200, Martin Jambor wrote: > the following patch fixes PR 54971 by creating extra > for-debug-statements-only declarations for parts of aggregates that > are never read and then creates debug bind statements so that the > value of the non-used part is accessible

[PATCH, PR 54971] A SRA debug enhancement

2012-10-26 Thread Martin Jambor
Hi, the following patch fixes PR 54971 by creating extra for-debug-statements-only declarations for parts of aggregates that are never read and then creates debug bind statements so that the value of the non-used part is accessible from debug info. Bootstrapped and tested on x86_64-linux without