aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+5
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-14re PR c++/36625 (bogus error on __attribute__((aligned(N))) in template code)Jason Merrill1-14/+22
2010-04-13call.c (type_decays_to): Check MAYBE_CLASS_TYPE_P instead of CLASS_TYPE_P.Jason Merrill1-0/+4
2010-04-06parser.c (cp_parser_class_specifier): Set class location to that of IDENTIFIE...Jason Merrill1-0/+3
2010-04-06re PR c++/43648 (ICE with explicit destructor call and typedef)Jason Merrill1-2/+4
2010-03-30re PR c++/41185 (size of array ... has non-integral type ...)Jason Merrill1-4/+6
2010-03-26re PR c++/43509 ([C++0x] ICE in constructor_name_p, at cp/name-lookup.c:1809)Jason Merrill1-0/+10
2010-03-24re PR c++/43502 ([C++0x] uninitialised read in grokfndecl() with lambda funct...Jason Merrill1-0/+2
2010-03-23Make lambda conversion op and op() non-static.Jason Merrill1-12/+2
2010-03-18re PR c++/43418 (trunk rev157534. compile c++ with --enable-build-with-cxx fa...Paolo Carlini1-1/+1
2010-02-18re PR c++/26261 (Rejects template with const static data member used in retur...Jason Merrill1-0/+5
2010-02-10re PR c++/41896 ([c++0x] Segfault because of a nested lambda function)Jason Merrill1-2/+6
2010-02-10Make-lang.in (cp/cvt.o, [...]): Depend on intl.h.Shujing Zhao1-9/+10
2010-01-29Fix PRs c++/42758, c++/42634, c++/42797Dodji Seketeli1-0/+3
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao1-1/+1
2009-12-02parser.c (cp_parser_class_specifier): Back out my previous change.Taras Glek1-2/+0
2009-12-02g++spec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek1-19/+4
2009-12-02* parser.c (cp_parser_class_specifier): Set class location to that of IDENTIF...Taras Glek1-0/+2
2009-11-27re PR c++/35112 (ICE and broken diagnostic with ambiguous class name)Paolo Carlini1-7/+1
2009-11-26PR c++/42026, DR 239Jason Merrill1-7/+6
2009-11-24re PR c++/42137 (error: expected constructor, destructor, or type conversion ...Jason Merrill1-19/+34
2009-11-21PR c++/9050, DR 147, DR 318Jason Merrill1-36/+83
2009-11-18re PR c++/40892 (maybe_warn_cpp0x i18n problems)Shujing Zhao1-14/+14
2009-11-16PR c++/13950, DR 176Jason Merrill1-2/+14
2009-11-16re PR c++/32056 (Storage classes on template parameters)Paolo Carlini1-1/+1
2009-11-13re PR c++/11987 (Accepts-invalid with inherited nested type)Jason Merrill1-4/+11
2009-11-12re PR c++/27078 (Duplicate error message for ambiguous enum)Jason Merrill1-0/+10
2009-11-09re PR c++/41972 (nondependent static member function as a reference template ...Jason Merrill1-2/+10
2009-11-07re PR c++/18451 (C++ error message regression)Jason Merrill1-12/+26
2009-11-06re PR c++/15946 (Unhelpful error message when "typename" is omitted)Jason Merrill1-5/+20
2009-11-06re PR c++/41967 (gcc get into endless loop when compiling an openmp program)Jakub Jelinek1-1/+2
2009-11-03re PR c++/41876 (Parse problems with catch)Jason Merrill1-11/+11
2009-11-02re PR c++/41774 (ice: vector VEC(visibility,base) pop domain error, in pop_vi...Jakub Jelinek1-1/+1
2009-10-27Allow no-capture lambdas to convert to function pointer.Jason Merrill1-4/+16
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek1-2/+6
2009-10-17re PR c++/38798 ([c++0x] Trouble with struct/class/enum keyword in late retur...Jason Merrill1-9/+43
2009-10-12re PR c++/37875 ([c++0x] misinterpreted closing angle bracket in decltype ope...Jason Merrill1-0/+13
2009-10-06Fix lookup of initialized captures in unevaluated context.Jason Merrill1-2/+6
2009-10-05* parser.c: Mark lambda_scope and lambda_count for PCH.Jason Merrill1-2/+2
2009-10-03re PR c++/41553 (timeout when compiling g++.old-deja/g++.other/crash28.C)Jason Merrill1-1/+1
2009-10-02parser.c (cp_parser_lambda_expression): Compute visibility.Jason Merrill1-25/+3
2009-10-01tree.h (tree_decl_common::lang_flag_8): New.Gabriel Dos Reis1-1/+8
2009-09-30remove utf8Jason Merrill1-2/+2
2009-09-30* parser.c (cp_parser_lambda_expression): Don't add __ to __this.Jason Merrill1-7/+12
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-17/+586
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-5/+94
2009-09-08decl.c (grokmethod): Rename from start_method.Jason Merrill1-5/+2
2009-08-31re PR c++/41127 (unnamed bitfield declaration parser regression)Jason Merrill1-8/+9
2009-08-19re PR c++/41119 (Revision 150805 failed 447.dealII in SPEC CPU 2006)Jason Merrill1-8/+0