Re: [PATCH] Yet another expand_debug_expr BLKmode fix (PR debug/83666)

2018-01-04 Thread Richard Biener
On January 4, 2018 9:36:33 AM GMT+01:00, Jakub Jelinek wrote: >Hi! > >Another spot where we need to punt on BLKmode, otherwise we try to >create >a subreg with BLKmode, or ZERO/SIGN_EXTEND with BLKmode. > >Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? OK. Richard. >Even

[PATCH] Yet another expand_debug_expr BLKmode fix (PR debug/83666)

2018-01-04 Thread Jakub Jelinek
Hi! Another spot where we need to punt on BLKmode, otherwise we try to create a subreg with BLKmode, or ZERO/SIGN_EXTEND with BLKmode. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? Eventually, we should try to handle both hw and generic vectors in the debug info better, bu