aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2005-09-06re PR c++/9782 (constructor not called on higher-dimensional arrays of templa...Mark Mitchell7-15/+47
2005-09-06* decl.c (check_elaborated_type_specifier): Remove redundant check.Volker Reichelt2-2/+5
2005-09-06re PR c++/23056 (ICE in write_template_arg_literal, at cp/mangle.c)Jakub Jelinek2-13/+40
2005-09-06cp-tree.h, [...]: Fix comment typos.Kazu Hirata5-7/+12
2005-09-05re PR c++/23667 (tr1/6_containers/unordered/hashtable/23465.cc execution test...Mark Mitchell2-11/+13
2005-09-05re PR c++/21440 (ICE with statement-as-expression)Mark Mitchell2-118/+79
2005-09-05Move entry from cp/ChangeLog to testsuite/ChangeLog.Volker Reichelt1-1/+0
2005-09-03re PR c++/23699 (rejects static int as non constant after "extern template")Mark Mitchell1-10/+31
2005-09-03re PR c++/23699 (rejects static int as non constant after "extern template")Mark Mitchell4-19/+27
2005-09-02re PR c++/21687 (ICE in GC with local class inside a template function)Mark Mitchell2-6/+23
2005-08-31re PR objc++/23640 (obj-c++ does not call __objc_exec_class for the classes)Andrew Pinski2-2/+9
2005-08-31re PR c++/13377 (unexpected behavior of namespace usage directive)Volker Reichelt2-4/+12
2005-08-31re PR c++/23639 (Bad error message: not a member of '<declaration error>')Volker Reichelt2-1/+9
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