aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-25parser.c (inject_this_parameter): Split out from cp_parser_late_return_type_opt.Jason Merrill1-5/+32
2011-09-24Handle deferred parsing of NSDMIs.Jason Merrill1-44/+152
2011-09-24Implement C++11 non-static data member initializers.Jason Merrill1-0/+6
2011-09-15re PR c++/50365 (non-static data member error on valid code)Jason Merrill1-1/+1
2011-09-08PR c++/33255 - Support -Wunused-local-typedefs warningDodji Seketeli1-0/+2
2011-09-07re PR c++/50298 ([C++0x][constexpr] References cannot be bound to static cons...Jason Merrill1-0/+11
2011-08-30re PR c++/50084 ([C++0x] ICE: decltype + remove_reference + new)Jason Merrill1-15/+14
2011-08-30re PR c++/50209 ([C++0x] Braced-init-lists are rejected as function default a...Jason Merrill1-2/+8
2011-08-05re PR c++/49983 ([C++0x] Template types fail in range-based for.)Jason Merrill1-1/+2
2011-08-02re PR c++/43886 ([C++0x] name lookup failure on un-used local variable in lam...Jason Merrill1-0/+4
2011-08-02re PR c++/49834 ([C++0x] type deduction in for-each loop in template function)Jason Merrill1-12/+50
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-33/+358
2011-07-30re PR c++/49867 ([C++0x] ICE on lambda inside switch with case labels in the ...Jason Merrill1-0/+16
2011-07-25re PR bootstrap/49845 (bootstrap failure)Paolo Carlini1-1/+4
2011-07-25re PR c++/49838 ([C++0x] ICE in cp_parser_perform_range_for_lookup, at cp/par...Paolo Carlini1-0/+3
2011-07-25re PR c++/49823 ([C++0x] ICE on decltype(expr)::type with template)Jason Merrill1-1/+3
2011-07-22Warn about the use of final/override in non-c++0x mode, and add __final for n...Ville Voutilainen1-2/+12
2011-07-20parser.c (cp_parser_initializer_list): Handle C99 .id= and [N]= designated in...Jason Merrill1-6/+37
2011-07-20PR c++/6709 (DR 743)Jason Merrill1-29/+113
2011-07-18parser.c (cp_parser_parameter_declaration_list): Initialize parenthesized_p.Martin Jambor1-1/+1
2011-07-16Make-lang.in (check-g++-strict-gc): New.Jason Merrill1-0/+6
2011-07-10re PR c++/49691 (ICE in cp_parser_late_return_type_opt, at cp/parser.c:15562)Jason Merrill1-5/+8
2011-07-04DR 1207 PR c++/49589Jason Merrill1-1/+5
2011-06-29DR 1207 PR c++/49003Jason Merrill1-4/+21
2011-06-22re PR c++/49172 ([C++0x][constexpr] References should be declarable with cons...Jason Merrill1-10/+0
2011-06-20re PR c++/43321 ([c++0x] ICE on valid auto)Jason Merrill1-1/+1
2011-06-20re PR c++/43831 ([C++0x] gcc-4.5.0 does not fail invalid lambda captures (aga...Jason Merrill1-0/+19
2011-06-17re PR c++/43912 ([C++0x] lambda debug info does not describe captured variables)Jason Merrill1-18/+14
2011-06-17parser.c (cp_parser_lambda_expression): Clear LAMBDA_EXPR_THIS_CAPTURE after ...Jason Merrill1-0/+3
2011-06-16re PR c++/44160 ([C++0x] a mysterious error on __func__ in a lambda expression)Jason Merrill1-10/+15
2011-06-10re PR c++/49118 (Endless operator-> chain causes infinite loop)David Krauss1-7/+5
2011-06-09parser.c (cp_parser_constant_expression): Just return the non-constant expres...Jason Merrill1-2/+0
2011-06-06In gcc/cp/: 2011-06-06 Nicola Pero <nicola.pero@meta-innovation.com>,Nicola Pero1-7/+11
2011-05-28re PR c++/46124 ([C++0x] ICE: tree check: expected var_decl or function_decl,...Jason Merrill1-8/+21
2011-05-28re PR c++/47277 ([C++0x] pseudo destructor code that cause an internal compil...Jason Merrill1-0/+5
2011-05-27re PR c++/47277 ([C++0x] pseudo destructor code that cause an internal compil...Jason Merrill1-1/+2
2011-05-27re PR c++/47721 ([C++0x] Updated friendship rules?)Jason Merrill1-7/+10
2011-05-25re PR c++/47184 ([C++0x] initialization construct interpreted as function dec...Jason Merrill1-2/+4
2011-05-25re PR c++/48935 ([C++0x] Name lookup error at enum class)Jason Merrill1-2/+2
2011-05-24In gcc/: 2011-05-24 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+2
2011-05-20re PR c++/24163 (dependent Base class scope examined during unqualified name ...Jason Merrill1-4/+8
2011-05-15c-common.c (c_common_reswords): Reorder.Paolo Carlini1-1/+4
2011-05-16re PR c++/48994 ([C++0x] error for trivial use of range-based 'for')Jonathan Wakely1-1/+1
2011-05-14Implement final on class.Ville Voutilainen1-3/+19
2011-05-09Implement final/override for member functions.Ville Voutilainen1-1/+57
2011-05-05c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers1-1/+2
2011-05-02Upgrade the utility of timevars.Lawrence Crowl1-2/+30
2011-05-02parser.c (cp_parser_init_declarator): Set pushed_scope to NULL_TREE instead o...Dmitry Gorbachev1-2/+2
2011-04-27re PR c++/48046 (Expected diagnostic "reference to 'type' is ambiguous" not ...Jason Merrill1-1/+1
2011-04-27re PR c++/42687 (The prevention of ADL with the help of parentheses doesn't w...Jason Merrill1-0/+6