[Bug libfortran/98076] Increase speed of integer I/O

fxcoudert at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Dec 27 20:25:10 GMT 2021


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

--- Comment #11 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Hi Rainer,

Apologies for that, apparently I got confused between the keyword and the macro
form. Can you confirm that bootstrapped is fixed if you change it to

     static_assert(sizeof(GFC_UINTEGER_LARGEST) <= 2 * sizeof(uint64_t),
                   "integer too large");

? If so, I will commit the patch to fix it immediately.


More information about the Gcc-bugs mailing list