[Bug middle-end/91354] verify_gimple triggers ICE after reporting 'invalid types in nop conversion' error for avr target
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Aug 5 13:20:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91354
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |avr
CC| |rguenth at gcc dot gnu.org
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
I think elsewhere I proposed the "proper" checking involving
POINTERS_EXTEND_UNSIGNED and checking for ptr_mode <-> Pmode/word_mode
but that doesn't cover memory address-spaces with different modes
since there we do not know whether to sign- or zero-extend.
More information about the Gcc-bugs
mailing list