https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64327

--- Comment #6 from Vittorio Zecca <zeccav at gmail dot com> ---
I "fixed" this one by substituting rtlanal.c:4907

if (bitwidth > HOST_BITS_PER_WIDE_INT )

with

if (bitwidth > HOST_BITS_PER_WIDE_INT || !bitwidth)

Reply via email to