[Bug c++/82552] No warning when using uninitialized values in initializer list

2017-11-07 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82552 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/82552] No warning when using uninitialized values in initializer list

2017-10-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82552 --- Comment #3 from Eric Gallager --- (In reply to Jonathan Wakely from comment #1) > This is a duplicate of an existing bug report. bug 19808 perhaps?

[Bug c++/82552] No warning when using uninitialized values in initializer list

2017-10-14 Thread s-beyer at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82552 --- Comment #2 from Stephan Beyer --- I had expected this but I could not find the specific one. (I found a few related ones that were resolved as FIXED.)

[Bug c++/82552] No warning when using uninitialized values in initializer list

2017-10-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82552 --- Comment #1 from Jonathan Wakely --- This is a duplicate of an existing bug report.