[Bug c++/71456] missing -Wunused-variable on a static global initialized with another

2017-07-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71456 egallager at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/71456] missing -Wunused-variable on a static global initialized with another

2016-06-09 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71456 --- Comment #4 from Eric Gallager --- (In reply to Martin Sebor from comment #3) > (In reply to Eric Gallager from comment #2) > > Speaking of -Wglobal-constructors, FSF GCC doesn't support this option. Is > > there a bug open for adding it? I

[Bug c++/71456] missing -Wunused-variable on a static global initialized with another

2016-06-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71456 --- Comment #3 from Martin Sebor --- (In reply to Eric Gallager from comment #2) > Speaking of -Wglobal-constructors, FSF GCC doesn't support this option. Is > there a bug open for adding it? I couldn't find one when searching. I couldn't find

[Bug c++/71456] missing -Wunused-variable on a static global initialized with another

2016-06-09 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71456 Eric Gallager changed: What|Removed |Added CC||egall at gwmail dot gwu.edu --- Comment

[Bug c++/71456] missing -Wunused-variable on a static global initialized with another

2016-06-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71456 Richard Biener changed: What|Removed |Added Keywords||diagnostic, |