aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2011-02-03re PR c++/47398 (tree check: accessed elt 10 of tree_vec with 9 elts in tsubs...Dodji Seketeli1-0/+6
2011-02-03re PR c++/46890 (Failed to compile scummvm's player_v4a.cpp)Nathan Froyd1-0/+6
2011-01-31re PR c++/47416 (ICE in build_data_member_initialization, at cp/semantics.c:5...Jakub Jelinek1-0/+6
2011-01-31configure.ac (gcc_cv_ld_static_option): Define.Rainer Orth1-0/+5
2011-01-29re PR preprocessor/47311 ([C++0x] ICE in tsubst @cp/pt.c:10502)Dodji Seketeli1-0/+13
2011-01-26re PR c++/47476 ([C++0x] ICE in potential_constant_expression_1)Jakub Jelinek1-0/+6
2011-01-26ChangeLog: Add missing PR reference.Dave Korn1-0/+1
2011-01-26c.opt (-fkeep-inline-dllexport): New switch.Dave Korn1-0/+5
2011-01-21re PR c++/47041 (Internal compiler error in build_data_member_initialization,...Jason Merrill1-0/+6
2011-01-21re PR c++/47388 (ICE: in begin_for_stmt, at cp/semantics.c:863 with -fno-for-...Jakub Jelinek1-0/+7
2011-01-21re PR c++/46552 ([C++0x] Internal compiler error on pointer to member variabl...Jason Merrill1-0/+3
2011-01-21re PR c++/46977 ([C++0x] ICE: SIGSEGV in htab_find_slot_with_hash (hashtab.c:...Jason Merrill1-0/+14
2011-01-19re PR c++/47303 (ICE: in varpool_node, at varpool.c:134 with -fabi-version=1)Jakub Jelinek1-0/+6
2011-01-17re PR c++/47067 ([c++0x] ICE in cxx_eval_bare_aggregate, at cp/semantics.c:6352)Jason Merrill1-0/+8
2011-01-17parser.c (cp_parser_range_for): Remove the "unused variable" warning workaround.Rodrigo Rivas Costa1-0/+5
2011-01-15re PR c++/33558 ('mutable' incorrectly accepted on reference members)Giovanni Funchal1-0/+6
2011-01-14re PR c++/47289 ([C++0x] ICE in tsubst_pack_expansion (triggered by decltype))Jason Merrill1-0/+3
2011-01-14re PR c++/46903 ([C++0x] ICE unexpected expression of kind template_id_expr)Jason Merrill1-0/+3
2011-01-14re PR c++/46688 (g++ requires a function declaration when it should not)Jason Merrill1-0/+6
2011-01-13re PR c++/47213 (ICE: SIGSEGV in determine_visibility (decl2.c:2076) with -fv...Kai Tietz1-0/+9
2011-01-12cp-tree.h (begin_for_scope): New prototype.Rodrigo Rivas Costa1-0/+22
2011-01-12In gcc/: 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+5
2011-01-11re PR debug/46955 (Missing DW_AT_const_value from DW_TAG_template_value_param...Dodji Seketeli1-0/+12
2011-01-11re PR c++/46658 (internal compiler error on cp/init.c)Jason Merrill1-0/+3
2011-01-11re PR c++/45520 ([C++0x] compiler segmentation fault on decltype in lambda-de...Jason Merrill1-0/+6
2011-01-08In gcc/: 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+7
2011-01-07re PR c++/47022 (ICE: in tsubst_copy, at cp/pt.c:11682)Jakub Jelinek1-0/+6
2011-01-05c-parser.c (c_parser_omp_atomic): Pass location of assignment operator to c_f...Tom Tromey1-0/+5
2011-01-02Rotate ChangeLogs.H.J. Lu1-4059/+1
2011-01-01ChangeLog gcc/Kai Tietz1-0/+6
2010-12-28re PR c++/47068 ([C++0x] internal compiler error on decltype(~ expression))Jason Merrill1-0/+6
2010-12-28parser.c (cp_parser_unary_expression): Remove redundant C++0x check.Jason Merrill1-0/+5
2010-12-27re PR c++/46626 (simple use of virtual methods causes pure virtual method cal...Jakub Jelinek1-0/+6
2010-12-25re PR c++/15774 (Conflicting function decls not diagnosed)Kai Tietz1-0/+6
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd1-0/+5
2010-12-22re PR c++/47003 (ice in stabilize_expr)Jason Merrill1-0/+5
2010-12-22parser.c (cp_parser_unary_expression): Call pedwarn for alignof with expression.Rodrigo Rivas Costa1-0/+5
2010-12-18In gcc/: 2010-12-18 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+6
2010-12-18pt.c (most_specialized_class): Use ngettext to determine "candidates are:" / ...Joseph Myers1-0/+5
2010-12-17re PR c++/46670 (ICE in dependent_type_p, at cp/pt.c:17553)Jason Merrill1-0/+6
2010-12-16re PR c++/39859 (duplicated and unhelpful error for "c:n" (parser))Nathan Froyd1-0/+16
2010-12-16re PR c++/46852 (ICE: tree check: expected class ‘type’, have ‘exceptio...Nathan Froyd1-0/+5
2010-12-15re PR debug/46815 (Invalid DW_AT_location for a retval instance of a class th...Jakub Jelinek1-0/+7
2010-12-15re PR c++/42083 ([C++0x] ICE on invalid with "tree check: expected aggr_init_...Paolo Carlini1-0/+6
2010-12-14re PR c++/46930 ([C++0x] ICE with static constexpr data member)Jason Merrill1-0/+6
2010-12-14re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif...Nathan Froyd1-0/+10
2010-12-13re PR c++/46873 ([C++0x] ICE: in build_data_member_initialization, at cp/sema...Jason Merrill1-0/+7
2010-12-13re PR middle-end/45388 (Global constructor not found)Jan Hubicka1-0/+6
2010-12-12re PR c++/46901 (Error message repeats itself)Paolo Carlini1-4/+9
2010-12-10re PR c++/46001 (diagnostic refers to type '__java_boolean')Jakub Jelinek1-0/+6