Re: [PATCH] debug: Fix another vector DECL_MODE ICE [PR98100]

2020-12-04 Thread Richard Biener
On Fri, 4 Dec 2020, Jakub Jelinek wrote: > Hi! > > The PR88587 fix changes DECL_MODE of vars with vector type during > inlining/cloning > when the vars are copied, so that their DECL_MODE matches their TYPE_MODE in > the new function. Unfortunately, the following testcase still ICEs, the var >

[PATCH] debug: Fix another vector DECL_MODE ICE [PR98100]

2020-12-04 Thread Jakub Jelinek via Gcc-patches
Hi! The PR88587 fix changes DECL_MODE of vars with vector type during inlining/cloning when the vars are copied, so that their DECL_MODE matches their TYPE_MODE in the new function. Unfortunately, the following testcase still ICEs, the var isn't really used in the new function and so it isn't