Re: [PATCH] Fix var-tracking ICE introduced in poly_int conversion (PR debug/84252)

2018-02-08 Thread Jeff Law
On 02/07/2018 03:43 PM, Jakub Jelinek wrote: > Hi! > > As mentioned in the PR, the vt_get_decl_and_offset function verifies > incoming PARALLEL is usable for tracking, but if it fails, we retry > vt_get_decl_and_offset on DECL_RTL and there we check only that a memory > isn't larger than 16 bytes

[PATCH] Fix var-tracking ICE introduced in poly_int conversion (PR debug/84252)

2018-02-07 Thread Jakub Jelinek
Hi! As mentioned in the PR, the vt_get_decl_and_offset function verifies incoming PARALLEL is usable for tracking, but if it fails, we retry vt_get_decl_and_offset on DECL_RTL and there we check only that a memory isn't larger than 16 bytes (to make sure it doesn't have more than 16 parts), but if