Age | Commit message (Expand) | Author | Files | Lines |
2002-09-21 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -20/+20 |
2002-09-16 | re PR c++/7718 ('complex' template instantiation causes internal compiler err... | Nathan Sidwell | 1 | -2/+0 |
2002-09-16 | Remove DR 295 implementation. | Nathan Sidwell | 1 | -3/+1 |
2002-09-14 | re PR c++/7768 (__PRETTY_FUNCTION__ for template destructor is wrong) | Nathan Sidwell | 1 | -0/+1 |
2002-09-14 | error.c: Fix comment formatting. | Kazu Hirata | 1 | -14/+14 |
2002-09-13 | pt.c (unify, ARRAY_TYPE): Element type can be more qualified. | Nathan Sidwell | 1 | -1/+1 |
2002-08-22 | c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR. | Jason Merrill | 1 | -1/+1 |
2002-08-11 | decl.c (duplicate_decls): Replace DECL_SOURCE_FILE + DECL_SOURCE_LINE with DE... | Gabriel Dos Reis | 1 | -6/+4 |
2002-08-09 | call.c (add_builtin_candidate): legal -> valid, illegal -> invalid. | Mike Stump | 1 | -17/+17 |
2002-08-08 | Rework build_component_ref. | Mark Mitchell | 1 | -2/+12 |
2002-08-04 | Index: ChangeLog | Geoffrey Keating | 1 | -2/+0 |
2002-08-01 | call.c (build_field_call): Do not look up the field by name. | Mark Mitchell | 1 | -10/+15 |
2002-07-26 | function.c (assign_parms): Handle frontend-directed pass by invisible reference. | Jason Merrill | 1 | -5/+4 |
2002-07-23 | defaults.h (obstack_chunk_alloc, [...]): Default definition. | Neil Booth | 1 | -3/+0 |
2002-07-22 | PR c++/7347, c++/7348 | Kriang Lerdsuwanakij | 1 | -4/+14 |
2002-07-17 | PR c++/2862, c++/2863 | Kriang Lerdsuwanakij | 1 | -22/+38 |
2002-07-10 | pt.c (template_parm_this_level_p, [...]): Pass depth as int pointer. | Graham Stott | 1 | -5/+6 |
2002-07-09 | cp-tree.h (constructor_name_p): Declare it. | Mark Mitchell | 1 | -2/+1 |
2002-07-08 | pt.c (can_complete_type_without_circularity): Add static to function definition. | Kriang Lerdsuwanakij | 1 | -1/+1 |
2002-07-08 | Make-lang.in (cp/parse.o): Depend on decl.h. | Mark Mitchell | 1 | -4/+2 |
2002-07-03 | * pt.c (instantiate_class_template): Fix typo. | Graham Stott | 1 | -1/+1 |
2002-07-02 | re PR c++/6716 (loop and fill ram during compiling) | Kriang Lerdsuwanakij | 1 | -1/+36 |
2002-06-27 | re PR c++/6695 (Regression: template friend declaration doesn't work) | Mark Mitchell | 1 | -1/+1 |
2002-06-25 | call.c (build_op_delete_call): Use BASELINK_FUNCTIONS. | Mark Mitchell | 1 | -8/+2 |
2002-06-20 | re PR c++/6892 (ICE from #include inside switch(){} inside template function) | Kriang Lerdsuwanakij | 1 | -0/+5 |
2002-06-20 | re PR c++/6723 (ICE on source code successfully compiled by previous versions) | Kriang Lerdsuwanakij | 1 | -3/+9 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -14/+6 |
2002-05-19 | PR c++/186, DR 259 | Kriang Lerdsuwanakij | 1 | -13/+18 |
2002-05-16 | re PR c++/6620 (partial template specialization on int) | Kriang Lerdsuwanakij | 1 | -23/+10 |
2002-05-09 | typeck.c (get_member_function_from_ptrfunc): Reorganize. | Jason Merrill | 1 | -6/+7 |
2002-04-30 | re PR c++/6492 (New boost regression (friends)) | Mark Mitchell | 1 | -25/+42 |
2002-04-23 | re PR c++/6256 (Seg fault for template friends in namespaces, regression from... | Mark Mitchell | 1 | -15/+20 |
2002-04-18 | c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. | Neil Booth | 1 | -1/+1 |
2002-04-06 | re PR c++/525 (Problem with Multiple Inheritance and -pedantic) | Jason Merrill | 1 | -1/+5 |
2002-04-03 | re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par... | Jason Merrill | 1 | -4/+0 |
2002-04-01 | c-decl.c (grokdeclarator): Update. | Neil Booth | 1 | -1/+1 |
2002-03-20 | Makefile.in: Update. | Neil Booth | 1 | -1/+1 |
2002-03-18 | re PR c++/4003 (ICE on template instantiation including friendship declaration.) | Jason Merrill | 1 | -14/+12 |
2002-03-16 | re PR c++/4361 (bogus ambiguity taking the address of a member template) | Nathan Sidwell | 1 | -2/+37 |
2002-02-22 | PR c++/2645, DR 295 | Nathan Sidwell | 1 | -10/+54 |
2002-02-17 | pt.c (do_type_instantiation): Don't pedwarn if in_system_header. | Jason Merrill | 1 | -2/+2 |
2002-02-07 | Rename instantiate_type_flags to tsubst_flags_t & expand use. | Nathan Sidwell | 1 | -189/+175 |
2002-02-07 | re PR c++/109 (g++ 2.95.2 can't handle dependent friend member functions) | Nathan Sidwell | 1 | -1/+3 |
2002-01-23 | call.c, [...]: Change my_fancy_abort() to abort(). | Craig Rodrigues | 1 | -16/+16 |
2002-01-17 | decl.c (begin_constructor_body, [...]): New fns. | Jason Merrill | 1 | -1/+1 |
2002-01-08 | pt.c (ccat): Uppercase macro parameter. | Graham Stott | 1 | -2/+2 |
2002-01-02 | re PR c++/3716 (Template parameters that are pointers to member functions) | Nathan Sidwell | 1 | -10/+32 |
2002-01-02 | re PR c++/35 (template operator () lookup fails) | Nathan Sidwell | 1 | -12/+15 |
2002-01-02 | re PR c++/5213 (ICE on (possibly) illegal code) | Nathan Sidwell | 1 | -18/+22 |
2001-12-29 | call.c (build_user_type_conversion_1): Use my_friendly_assert rather than if ... | Nathan Sidwell | 1 | -1/+1 |