https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96047
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2020-07-08 Status|UNCONFIRMED |WAITING --- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- > At some compile-time cost we could also evaluate (but not actually optimize) > branches when not optimizing. Wouldn't be simpler to disable -Wmaybe-uninitialized at -O0?