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).