Re: [patch] Fix ICE in resolve_args_picking_1 with -gsplit-dwarf

2019-05-27 Thread Richard Biener
On Mon, May 27, 2019 at 10:32 AM Eric Botcazou wrote: > > The function simply doesn't handle the new location expression opcodes coming > from DebugFission (https://gcc.gnu.org/wiki/DebugFission). Fixed by making it > handle them like DW_OP_addr and DW_OP_const*. > > OK for mainline and the activ

[patch] Fix ICE in resolve_args_picking_1 with -gsplit-dwarf

2019-05-27 Thread Eric Botcazou
The function simply doesn't handle the new location expression opcodes coming from DebugFission (https://gcc.gnu.org/wiki/DebugFission). Fixed by making it handle them like DW_OP_addr and DW_OP_const*. OK for mainline and the active branches (it's a regression from GCC 5)? 2019-05-27 Eric Bo