[Bug target/52305] [avr] ICE in avr_print_operand: unknown mode (const_double)
gjl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 20 14:45:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52305
Georg-Johann Lay <gjl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #4 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
(In reply to Pitchumani from comment #3)
> Not re-producible in gcc-7 trunk. Is it valid anymore?
Did you try on a 32-bit host?
ähhh.. the last remains of need_64bit_hwi have been removed with r210632 and
today we assume that HWI is 64 bits at least, i.e. need_64bit_hwint=yes is
assumed. Hence the test case should work also on 32-bit hosts without any
itches because target long long is always represented as CONST_INT, not as
CONST_DOUBLE.
Issue closed.
More information about the Gcc-bugs
mailing list