https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116288
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |aarch64 Keywords| |ice-on-invalid-code --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- On x86_64 this doesn't ICE but is rejected: t.C: In member function ‘void Entry::debug() const’: t.C:30:6: error: call of overloaded ‘hex(const char [7], long int)’ is ambiguous 30 | hex("disht=", (const unsigned char*)(&(trap)) - | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | (const unsigned char*)(code)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I can't reproduce the crash with a cross to aarch64 on trunk either.