[Bug c++/65132] diagnostics: missing: bitfield member cannot have an in-class initializer
manu at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 20 12:43:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65132
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-02-20
CC| |manu at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Confirmed.
Probably it is just a matter of calling cp_parser_constant_expression with the
right parameters to not emit errors, then checking after it returns that it
indeed parsed a constant-expression and give appropriate errors otherwise.
More information about the Gcc-bugs
mailing list