[Bug c++/92194] maybe-uninitialized false positive with c++2a

2019-10-24 Thread egallager at gcc dot gnu.org
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

2019-10-23 Thread glisse at gcc dot gnu.org
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

2019-10-23 Thread msebor at gcc dot gnu.org
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