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
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