Re: [PATCH] Fix decode_field_reference ICE (PR middle-end/89091)

2019-02-20 Thread Jeff Law
On 2/20/19 3:29 PM, Jakub Jelinek wrote: > Hi! > > The following testcase ICEs, because we have *pbitsize 65 and > lang_hooks.types.type_for_size returns NULL for that. The following patch > punts in that case, but makes sure we punt before overwriting *exp_, because > the caller uses it regardle

[PATCH] Fix decode_field_reference ICE (PR middle-end/89091)

2019-02-20 Thread Jakub Jelinek
Hi! The following testcase ICEs, because we have *pbitsize 65 and lang_hooks.types.type_for_size returns NULL for that. The following patch punts in that case, but makes sure we punt before overwriting *exp_, because the caller uses it regardless of whether decode_field_reference returns NULL or