aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-12call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn...Nathan Sidwell1-8/+16
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-9/+10
2004-07-06re PR c++/3671 (cannot deduce enum template parameter with multiple overloads)Giovanni Bajo1-1/+8
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-2/+3
2004-07-05langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner1-2/+2
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell1-20/+21
2004-07-03re PR c++/14971 (better error message for partial specialization of function ...Giovanni Bajo1-2/+2
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-4/+8
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-4/+4
2004-06-24reformat, remove '^M'sNathan Sidwell1-1/+2
2004-06-24Make-lang.in (cp/lex.o): Do not depend on cp/lex.h.Mark Mitchell1-1/+0
2004-06-22cp-tree.def (NEW_EXPR): Add a fourth slot.Mark Mitchell1-53/+15
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-4/+5
2004-06-21c-common.def (RETURN_STMT): Remove.Richard Henderson1-2/+2
2004-06-20c-common.h (add_decl_stmt): Move to cp-tree.h.Richard Henderson1-0/+6
2004-06-19c-common.c, c-common.h (lang_gimplify_stmt): Remove.Richard Henderson1-97/+58
2004-06-16c-common.def (COMPOUND_STMT): Remove.Richard Henderson1-5/+5
2004-06-16* pt.c (mark_decl_instantiated): Don't call defer_fn.Geoffrey Keating1-5/+0
2004-06-16c-common.def (CASE_LABEL): Remove.Richard Henderson1-1/+1
2004-06-16c-common.def (ASM_STMT): Remove.Richard Henderson1-1/+1
2004-06-16c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson1-3/+3
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-46/+45
2004-06-10re PR c++/15875 (rejects pointer to member in template)Jason Merrill1-19/+17
2004-06-10re PR c++/15227 (Trouble with invalid function definition)Mark Mitchell1-1/+1
2004-06-07re PR c++/15337 (sizeof on incomplete type diagnostic)Mark Mitchell1-8/+7
2004-06-02When a class template is explicitly instantiated, its member should be too.Matt Austern1-50/+32
2004-06-01re PR c++/13092 (Accepts invalid pointer-to-member conversion)Kriang Lerdsuwanakij1-17/+19
2004-05-31re PR c++/15742 ('noreturn' attribute ignored in method of template functions.)Mark Mitchell1-0/+5
2004-05-31call.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-05-24method.c (implicitly_declare_fn): Don't call defer_fn; abort if it might be n...Geoffrey Keating1-1/+3
2004-05-23re PR c++/15165 (ICE in instantiate_template)Mark Mitchell1-2/+6
2004-05-23class.c (alter_access): Use %E format specifier to print an identifier node.Gabriel Dos Reis1-2/+2
2004-05-22re PR c++/15285 (instantiate_type ICE when forming pointer to template function)Mark Mitchell1-3/+8
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-17/+20
2004-05-03re PR c++/14389 (Out-of-line of overloaded template rejected)Giovanni Bajo1-2/+2
2004-04-30class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-14revert: re PR c++/13294 (namespace associations vs. specializations)Jason Merrill1-9/+1
2004-04-05re PR c++/3518 (default conversion to pointer-to-function is applied to soon ...Nathan Sidwell1-2/+4
2004-04-02re PR c++/14007 (Incorrect use of const partial specialization for reference ...Nathan Sidwell1-9/+16
2004-03-30re PR c++/14724 (Destructor not called on backwards goto past initialization)Mark Mitchell1-0/+4
2004-03-26re PR c++/13294 (namespace associations vs. specializations)Jason Merrill1-1/+9
2004-03-20call.c (build_op_delete_call): Do not forget the placement arguments when ite...Mark Mitchell1-7/+2
2004-03-19re PR c++/14545 (Cannot compile pooma-gcc (regression))Giovanni Bajo1-1/+12
2004-03-18tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner1-2/+2
2004-03-16re PR c++/14586 (Bogus warning in templates about taking address of a tempora...Mark Mitchell1-1/+2
2004-03-12Enabled linkonce support for Darwin.Matt Austern1-14/+41
2004-03-11* call.c, cp-tree.h, pt.c: Fix comment typos.Kazu Hirata1-1/+1
2004-03-09re PR c++/14409 (Accepts invalid function signature for explicit instantiation)Giovanni Bajo1-2/+16
2004-03-02re PR c++/14369 (errenous reject of well-formed code)Mark Mitchell1-0/+7
2004-03-02re PR c++/14360 (Overeager argument dependent name lookup)Mark Mitchell1-2/+4