https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126538
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
sizeof (long) doesn't look like a good idea, that would make the compilation
dependent on the host size of long, 64-bit cc1 would compile something
different from 32-bit cc1 targetting the same target. Did you mean size of the
target long (or wordsize or something similar)?