[Bug libfortran/109207] Uninitialised static variables in unit.c
fxcoudert at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 19 07:57:03 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109207
Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fxcoudert at gcc dot gnu.org
Resolution|--- |INVALID
Status|WAITING |RESOLVED
--- Comment #2 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Agree with Andrew, this is a valgrind false-positive, initialisation is done to
zero because the variable is static.
More information about the Gcc-bugs
mailing list