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.