[Bug other/99903] 32-bit x86 frontends randomly crash while reporting timing on Windows

amonakov at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue May 4 15:14:58 GMT 2021


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

Alexander Monakov <amonakov at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|1                           |0
             Status|WAITING                     |UNCONFIRMED
                 CC|                            |amonakov at gcc dot gnu.org

--- Comment #4 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
32-bit Linux should also be affected (perhaps with less probability if clock()
is more precise). It is surprising we track time in a 'double', a 64-bit
integer storing nanoseconds would be more appropriate.

Removing WAITING, thanks.


More information about the Gcc-bugs mailing list