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
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69023
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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 ---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69023
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic
--- Comment #1 from Andrew Pi