[Bug c++/92194] maybe-uninitialized false positive with c++2a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92194 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org S
[Bug c++/92194] maybe-uninitialized false positive with c++2a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92194 --- Comment #2 from Marc Glisse --- With -Wsystem-headers you also get the warning in C++17 (and it is actually a bit more informative, at least it says where it is used).
[Bug c++/92194] maybe-uninitialized false positive with c++2a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92194 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #1