-
- Downloads
decl.c (grokdeclarator): Don't ICE on constexpr non-static data member.
* decl.c (grokdeclarator): Don't ICE on constexpr non-static data member. * parser.c (cp_parser_diagnose_invalid_type_name): Give helpful message about constexpr without -std=c++0x. From-SVN: r166122
Showing
- gcc/cp/ChangeLog 8 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/decl.c 5 additions, 2 deletionsgcc/cp/decl.c
- gcc/cp/parser.c 5 additions, 2 deletionsgcc/cp/parser.c
- gcc/testsuite/g++.dg/cpp0x/constexpr-98.C 4 additions, 0 deletionsgcc/testsuite/g++.dg/cpp0x/constexpr-98.C
- gcc/testsuite/g++.dg/cpp0x/constexpr-nonstatic.C 6 additions, 0 deletionsgcc/testsuite/g++.dg/cpp0x/constexpr-nonstatic.C
Loading
Please register or sign in to comment