Age | Commit message (Expand) | Author | Files | Lines |
2011-02-21 | re PR c++/47207 ([C++0x] ICE: in decl_constant_var_p, at cp/decl2.c:3563 on i... | Jason Merrill | 4 | -7/+22 |
2011-02-21 | re PR c++/47199 ([C++0x] ICE: expected class 'type', have 'declaration' (func... | Jason Merrill | 2 | -1/+9 |
2011-02-20 | re PR c++/46831 ([C++0x] Crash when it tries to do an invalid ICS with a conv... | Jason Merrill | 2 | -2/+8 |
2011-02-20 | re PR c++/47703 ([C++0x] ICE: std::sort chokes on simple lambda function) | Jason Merrill | 2 | -1/+8 |
2011-02-20 | re PR c++/46472 ([C++0X] constexpr is not constexpr) | Jason Merrill | 3 | -2/+18 |
2011-02-20 | re PR c++/46394 ([C++0X] [4.6 Regression] no matching function with default t... | Dodji Seketeli | 2 | -7/+46 |
2011-02-19 | re PR c++/47503 ([C++0x] ICE: in adjust_temp_type, at cp/semantics.c:5876 wit... | Jason Merrill | 2 | -0/+9 |
2011-02-18 | re PR c++/47795 (internal compiler error: tree check: expected record_type or... | Paolo Carlini | 2 | -0/+9 |
2011-02-18 | re PR c++/47208 ([C++0x] ICE: in decl_constant_var_p, at cp/decl2.c:3563 with... | Dodji Seketeli | 3 | -2/+15 |
2011-02-17 | re PR c++/47783 (Warning 'set but not used' [-Wunused-but-set-parameter] inco... | Jakub Jelinek | 2 | -0/+6 |
2011-02-17 | re PR c++/47172 ([C++0x] cannot call member function without object) | Dodji Seketeli | 3 | -3/+24 |
2011-02-16 | re PR c++/47326 ([C++0x] ICE in tsubst_copy (triggered by dependency of retur... | Dodji Seketeli | 2 | -3/+16 |
2011-02-16 | re PR c++/47704 ([C++0x] Java-related error message when trying to instantiat... | Jakub Jelinek | 3 | -2/+13 |
2011-02-15 | re PR c++/46807 (internal compiler error: in synthesized_method_walk) | Jason Merrill | 2 | -11/+10 |
2011-02-14 | re PR c++/47482 ([C++0x] ICE: unexpected expression ‘sizeof ("A")’ of kin... | Jason Merrill | 2 | -0/+10 |
2011-02-13 | Revert r170108, r170107, r170105, r170104, r170103, r170102, r170101, r170097. | Iain Sandoe | 4 | -61/+2026 |
2011-02-13 | t-darwin (config/darwin.h.rebuild): Harden against parallel builds. | Mike Stump | 2 | -4/+3 |
2011-02-13 | t-darwin (build/slashify1): Harden against rebuilds. | Mike Stump | 2 | -4/+8 |
2011-02-13 | parser.h: Add arguments to all plugins. | Mike Stump | 2 | -9/+11 |
2011-02-13 | lex.h: Plugify. | Mike Stump | 4 | -8/+13 |
2011-02-13 | parser.c (cp_parser_declaration): Remove unused variable. | Tobias Burnus | 2 | -1/+4 |
2011-02-13 | Make-lang.in (cp/parser.o): Move c-family/c-objc.h dependancy down. | Mike Stump | 2 | -3/+8 |
2011-02-13 | t-darwin (build/slashify): Allow others to reuse easier. | Mike Stump | 3 | -2020/+37 |
2011-02-11 | Revert "Fix PR c++/47172" | Dodji Seketeli | 3 | -25/+3 |
2011-02-11 | re PR c++/47172 ([C++0x] cannot call member function without object) | Dodji Seketeli | 3 | -3/+25 |
2011-02-10 | decl.c (cp_make_fname_decl): Set DECL_THIS_STATIC at toplevel. | Jason Merrill | 3 | -2/+9 |
2011-02-10 | decl.c (build_enumerator): Don't perform integral promotions on non-integral ... | Jason Merrill | 2 | -1/+5 |
2011-02-10 | * cvt.c (convert_to_void): Handle null op1. | Jason Merrill | 2 | -4/+10 |
2011-02-10 | class.c (type_has_constexpr_default_constructor): Make sure the caller stripp... | Jason Merrill | 3 | -3/+12 |
2011-02-10 | re PR c++/47511 ([C++0x] ICE: unexpected ast of kind template_decl in potenti... | Jason Merrill | 2 | -0/+6 |
2011-02-03 | re PR c++/47398 (tree check: accessed elt 10 of tree_vec with 9 elts in tsubs... | Dodji Seketeli | 2 | -0/+9 |
2011-02-03 | re PR c++/46890 (Failed to compile scummvm's player_v4a.cpp) | Nathan Froyd | 2 | -9/+12 |
2011-01-31 | re PR c++/47416 (ICE in build_data_member_initialization, at cp/semantics.c:5... | Jakub Jelinek | 2 | -12/+17 |
2011-01-31 | configure.ac (gcc_cv_ld_static_option): Define. | Rainer Orth | 2 | -3/+8 |
2011-01-29 | re PR preprocessor/47311 ([C++0x] ICE in tsubst @cp/pt.c:10502) | Dodji Seketeli | 4 | -21/+36 |
2011-01-26 | re PR c++/47476 ([C++0x] ICE in potential_constant_expression_1) | Jakub Jelinek | 2 | -0/+7 |
2011-01-26 | ChangeLog: Add missing PR reference. | Dave Korn | 1 | -0/+1 |
2011-01-26 | c.opt (-fkeep-inline-dllexport): New switch. | Dave Korn | 3 | -4/+11 |
2011-01-21 | re PR c++/47041 (Internal compiler error in build_data_member_initialization,... | Jason Merrill | 2 | -1/+20 |
2011-01-21 | re PR c++/47388 (ICE: in begin_for_stmt, at cp/semantics.c:863 with -fno-for-... | Jakub Jelinek | 2 | -5/+14 |
2011-01-21 | re PR c++/46552 ([C++0x] Internal compiler error on pointer to member variabl... | Jason Merrill | 2 | -0/+4 |
2011-01-21 | re PR c++/46977 ([C++0x] ICE: SIGSEGV in htab_find_slot_with_hash (hashtab.c:... | Jason Merrill | 5 | -56/+176 |
2011-01-19 | re PR c++/47303 (ICE: in varpool_node, at varpool.c:134 with -fabi-version=1) | Jakub Jelinek | 3 | -2/+9 |
2011-01-17 | re PR c++/47067 ([c++0x] ICE in cxx_eval_bare_aggregate, at cp/semantics.c:6352) | Jason Merrill | 2 | -18/+49 |
2011-01-17 | parser.c (cp_parser_range_for): Remove the "unused variable" warning workaround. | Rodrigo Rivas Costa | 2 | -9/+5 |
2011-01-15 | re PR c++/33558 ('mutable' incorrectly accepted on reference members) | Giovanni Funchal | 2 | -0/+12 |
2011-01-14 | re PR c++/47289 ([C++0x] ICE in tsubst_pack_expansion (triggered by decltype)) | Jason Merrill | 2 | -2/+5 |
2011-01-14 | re PR c++/46903 ([C++0x] ICE unexpected expression of kind template_id_expr) | Jason Merrill | 2 | -0/+6 |
2011-01-14 | re PR c++/46688 (g++ requires a function declaration when it should not) | Jason Merrill | 2 | -1/+12 |
2011-01-13 | re PR c++/47213 (ICE: SIGSEGV in determine_visibility (decl2.c:2076) with -fv... | Kai Tietz | 3 | -3/+13 |