https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117208
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|WAITING |RESOLVED --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- > if (!***q) Will access h and the uninitialized variable. So not a bug.