https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83393
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> --- For the testsuite, we should use LL or ULL suffix for the large fn argument, and return 0; from main early if not lp64 or ilp32 (like if (__SIZEOF_INT__ != 4 || __SIZEOF_LONG_LONG__ != 8 || __CHAR_BIT__ != 8) return 0; ).