https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119144

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dangelog at gmail dot com
   Target Milestone|---                         |15.0
           Priority|P3                          |P1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Perhaps guard the size_t tests with
#if __SIZEOF_SIZE_T__ > __SIZEOF_INT__
TEST(size_t)
#endif
?

Reply via email to