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