https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124506
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|gcc/lockfile{.h,.cc} is |gcc/lockfile{.h,.cc} should
|buggy and leaking fd, |add windows support
|solution + windows support |
|is here |
Target| |mingw
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The code is NOT buggy; this must be a LLM based bug report. The lock is not a
recusive lock so if you lock you must only do an unlock too. You can't do a
lock twice on the same lock.