[Bug c++/69023] bitset whose name is used in constant-expression rejected

2015-12-23 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69023 --- Comment #5 from Martin Sebor --- Author: msebor Date: Wed Dec 23 21:52:50 2015 New Revision: 231938 URL: https://gcc.gnu.org/viewcvs?rev=231938&root=gcc&view=rev Log: PR c++/69023 - bitset whose name is used in constant-expression rejected *

[Bug c++/69023] bitset whose name is used in constant-expression rejected

2015-12-23 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69023 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/69023] bitset whose name is used in constant-expression rejected

2015-12-23 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69023 TC changed: What|Removed |Added CC||rs2740 at gmail dot com --- Comment #3 from TC ---

[Bug c++/69023] bitset whose name is used in constant-expression rejected

2015-12-22 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69023 --- Comment #2 from Martin Sebor --- I'm not sure. I did read the relevant text in the C++ and C standards and I can't say I see a clear answer. But then it rarely seems to be in these corner cases. GCC (in C mode) accepts the code. All other

[Bug c++/69023] bitset whose name is used in constant-expression rejected

2015-12-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69023 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic --- Comment #1 from Andrew Pi