[Bug target/80382] ICE with error: unrecognizable insn
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Apr 10 17:59:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80382
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note it might be nicer to replace typedef int size_t; with something not that
wrong, say typedef __SIZE_TYPE__ size_t; if it still reproduces with that (or
replace size_t with int everywhere).
More information about the Gcc-bugs
mailing list