aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2005-08-30re PR c++/23586 (Bad diagnostic for invalid namespace-name)Volker Reichelt3-23/+20
2005-08-29re PR c++/23099 (ICE in build_simple_base_path, at cp/class.c:460)Mark Mitchell6-41/+95
2005-08-26re PR c++/19004 (ICE in uses_template_parms at cp/pt.c:4860)Mark Mitchell2-6/+8
2005-08-26re PR c++/23491 (new declarator with constant expression gives "error: invali...Mark Mitchell4-32/+82
2005-08-25re PR c++/20817 (ICE for tree check in build_offset_type)Nathan Sidwell2-3/+11
2005-08-24re PR c++/22454 (ICE with operator in default argument in template class)Nathan Sidwell2-2/+8
2005-08-23re PR c++/23044 (ICE on valid code)Nathan Sidwell2-1/+7
2005-08-22Correct PR number in last patch checked in.Jim Wilson1-1/+1
2005-08-22Partial fix for too large arrays.James E Wilson2-2/+8
2005-08-22re PR c++/22233 (ICE with wrong number of template parameters)Volker Reichelt2-0/+7
2005-08-22re PR c++/23089 (internal compiler error: in int_mode_for_mode, at stor-layou...Volker Reichelt2-4/+12
2005-08-19parser.c (cp_parser_nth_token_starts_template_argument_list_p): Fix typo in l...Volker Reichelt2-1/+6
2005-08-16aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.Kaveh R. Ghazi3-9/+13
2005-08-15Fix Infinite Stack Recursion Regression.Fariborz Jahanian7-19/+41
2005-08-12re PR c++/21799 (Spurious ambiguity with pointers to members)Nathan Sidwell2-29/+32
2005-08-11re PR c++/23266 (ICE on pure specifier for static method)Volker Reichelt2-3/+17
2005-08-11re PR c++/23219 (ICE: Segmentation fault in decl_namespace_context)Nathan Sidwell2-96/+93
2005-08-10re PR c++/20646 (ICE on illegal code: "extern static" struct member)Volker Reichelt2-1/+9
2005-08-08re PR c++/22508 (ICE after invalid operator new)Volker Reichelt2-0/+10
2005-08-06re PR c++/23191 (ICE on invalid throw in template)Volker Reichelt2-0/+8
2005-08-06re PR c++/19498 (ICE on invalid reference in template parameter)Volker Reichelt2-0/+8
2005-08-06* method.c (use_thunk): Call init_insn_lengths.Michael Matz2-0/+5
2005-08-06re PR debug/22514 (ICE in force_decl_die with invalid code after error)James A. Morrison2-0/+10
2005-08-05re PR c++/19063 (ICE on invalid template parameter)Mark Mitchell2-3/+10
2005-08-01class.c, [...]: Fix comment typos.Kazu Hirata7-6/+11
2005-07-29* method.c: Fix a comment typo.Kazu Hirata2-1/+5
2005-07-28re PR c++/22545 (ICE with pointer to class member & user defined conversion o...Mark Mitchell2-1/+7
2005-07-28pt.c (check_explicit_specialization): Add visibility logic.Mike Stump2-0/+24
2005-07-27* name-lookup.c (pushtag): Do no set DECL_IGNORED_P bit.Devang Patel2-4/+4
2005-07-26ptree.c (cxx_print_identifier): Print a leading space if the indent level is 0.Ian Lance Taylor2-2/+13
2005-07-24c-common.c (check_missing_format_attribute): New.Kaveh R. Ghazi3-0/+28
2005-07-22tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised warnings.Manfred Hollstein2-0/+6
2005-07-21class.c (build_base_path): Fix typo.Andrew Pinski2-2/+6
2005-07-21re PR c++/22358 (C++ front-end produces mis-match types in MODIFY_EXPR)Andrew Pinski2-1/+7
2005-07-21Completed this ChangeLog entry:Doug Gregor1-1/+3
2005-07-21call.c: Fix comment typo(s).Volker Reichelt5-7/+14
2005-07-21re PR c++/2922 ([DR 197] two-stage lookup for unqualified function calls with...Douglas Gregor3-24/+14
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo15-751/+809
2005-07-18re PR c++/22263 (explicit instantiation fails to emit symbols defined later)Mark Mitchell4-16/+36
2005-07-17re PR c++/22139 (Segfault with templates and friend functions)Mark Mitchell3-3/+27
2005-07-16call.c (diagnostic_fn_t): New.Kaveh R. Ghazi2-3/+9
2005-07-16re PR c++/22204 ([repo] internal compiler error: Segmentation fault)Mark Mitchell2-1/+7
2005-07-15re PR c++/22452 (ICE expected tree that contains 'decl with visibility' struc...Daniel Berlin2-0/+10
2005-07-15re PR c++/22132 (Wrong code: upcasting a const class pointer to struct the cl...Mark Mitchell4-26/+68
2005-07-13Remove bogus entry.Aldy Hernandez1-5/+0
2005-07-12re PR c++/20172 (Invalid non-type template parameters not diagnosed)Volker Reichelt2-0/+10
2005-07-09cp-lang.c (shadowed_var_for_decl, [...]): Move over to cp-objcp-common.c.Andrew Pinski6-42/+70
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin11-35/+183
2005-07-08re PR c++/21799 (Spurious ambiguity with pointers to members)Nathan Sidwell2-5/+37
2005-07-07pt.c (type_unification_real): Remove allow_incomplete argument.Nathan Sidwell2-9/+11