Re: [patch] Fix PR debug/60756

2015-12-21 Thread Jeff Law
On 12/21/2015 08:46 AM, Eric Botcazou wrote: Hi, it's the failure of gcc.dg/guality/param-3.c on Aarch64. The strategy to make it pass is to selectively disable -fvar-tracking-assignments for parameters so that the location instead of the value is tracked; this was already working for most arch

[patch] Fix PR debug/60756

2015-12-21 Thread Eric Botcazou
Hi, it's the failure of gcc.dg/guality/param-3.c on Aarch64. The strategy to make it pass is to selectively disable -fvar-tracking-assignments for parameters so that the location instead of the value is tracked; this was already working for most architectures but the calling convention of aarc