https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102450
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2021-09-22 Ever confirmed|0 |1 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- what's MAX_BITSIZE_MODE_ANY_INT in insn-modes.h? (in the build directory) I think it should correspond to TImode and thus be 16 * BITS_PER_UNIT which means that we're building an INTEGER_TYPE bigger than TImode - can you confirm that? Unfortunately gnat doesn't provide backtraces, so a backtrace from gdb would also be nice.