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
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