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