aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-20pt.c (determine_specialization): Ignore artificial functions.Kriang Lerdsuwanakij1-0/+3
2001-05-01cp-tree.def (USING_STMT): New statement node.Nathan Sidwell1-1/+7
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell1-30/+7
2001-04-24pt.c (tsubst_decl): Use VOID_TYPE_P.Nathan Sidwell1-4/+4
2001-04-12cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.Jason Merrill1-1/+1
2001-03-28pt.c (check_default_tmpl_args): Make error messages clearer.Phil Edwards1-2/+2
2001-03-21pt.c (instantiate_decl): Abort if we see a member constant instantiation that...Jason Merrill1-56/+28
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-81/+15
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-6/+4
2001-03-01Implement using decls inside template functions.Nathan Sidwell1-0/+8
2001-02-28Remove floating point and complex type template constant parms.Nathan Sidwell1-21/+1
2001-02-18invoke.texi (-fsquangle): Remove documentation.Mark Mitchell1-4/+2
2001-02-18Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill1-0/+11
2001-02-18pt.c (check_explicit_specialization): Copy TREE_PRIVATE and TREE_PROTECTED fr...Mark Mitchell1-0/+5
2001-02-16pt.c (push_template_decl_real): Don't remangle the name of a class template.Mark Mitchell1-1/+3
2001-02-14pt.c (unify): Don't check cv quals of array types.Nathan Sidwell1-0/+4
2001-02-12pt.c (maybe_adjust_types_for_deduction, [...]): Remove spurious information i...Nathan Sidwell1-18/+4
2001-02-12Remove old ABI support.Mark Mitchell1-103/+7
2001-02-08search.c (shared_member_p): New function.Jason Merrill1-15/+40
2001-02-06pt.c (lookup_template_class): Make sure it's a primary template or template_t...Nathan Sidwell1-1/+7
2001-01-29tree.c, tree.h (build_parse_node): Remove; was identical to build_nt.Joseph Myers1-2/+2
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-2/+0
2001-01-24pt.c (tsubst_decl): Remove IN_DECL parameter.Nathan Sidwell1-6/+15
2001-01-24pt.c (check_explicit_specialization): Clone constructors and destructors.Kriang Lerdsuwanakij1-0/+5
2001-01-22cp-tree.h (unification_kind_t): Add DEDUCE_ORDER.Nathan Sidwell1-42/+100
2001-01-19cp-tree.h (lookup_template_class): Add complain parm.Nathan Sidwell1-10/+21
2001-01-19pt.c (copy_default_args_to_explicit_spec): Preserve object's CV quals.Nathan Sidwell1-21/+26
2001-01-18pt.c (UNIFY_ALLOW_OUTER_LEVEL): New unify flag.Nathan Sidwell1-19/+28
2001-01-15pt.c (check_nontype_parm): Rename to ...Nathan Sidwell1-4/+4
2001-01-15pt.c (check_nontype_parm): New function.Nathan Sidwell1-22/+39
2001-01-11pt.c (unify): Check array has a domain, before checking whether it is variabl...Nathan Sidwell1-0/+1
2001-01-11pt.c (copy_default_args_to_explicit_spec_1): New function.Mark Mitchell1-25/+111
2001-01-11c-common.h (CTI_VOID_LIST): Remove.Mark Mitchell1-2/+7
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-2/+2
2001-01-08cp-tree.h (lang_decl_flags): Rename defined_in_class to initialized_in_class.Nathan Sidwell1-11/+8
2001-01-04call.c (build_conv): Don't use build1 for USER_CONV.Mark Mitchell1-4/+4
2001-01-03class.c (invalidate_class_lookup_cache): Zero the previous_class_values.Mark Mitchell1-10/+15
2000-12-29class.c (pushclass): Remove #if 0'd code.Mark Mitchell1-20/+6
2000-12-29Add commentMark Mitchell1-0/+4
2000-12-29pt.c (register_local_specialization): Don't return a value.Mark Mitchell1-11/+20
2000-12-22pt.c (more_specialized): Don't optimize len==0.Jason Merrill1-3/+2
2000-12-22In partial ordering for a call, ignore parms for which we don't have a real a...Jason Merrill1-54/+67
2000-12-21pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not DECL_TEMPLATE_RESULT.Jason Merrill1-1/+1
2000-12-16pt.c (unify): Handle when both ARG and PARM are BOUND_TEMPLATE_TEMPLATE_PARM.Kriang Lerdsuwanakij1-5/+7
2000-12-16pt.c (reduce_template_parm_level): Set DECL_ARTIFICIAL and DECL_TEMPLATE_PARM_P.Kriang Lerdsuwanakij1-0/+3
2000-12-15pt.c (check_explicit_specialization): Propagate default function arguments to...Kriang Lerdsuwanakij1-0/+25
2000-12-14commentJason Merrill1-0/+3
2000-12-09error.c (dump_function_name): Don't let the user see __comp_ctor.Jason Merrill1-9/+2
2000-12-07pt.c (verify_class_unification): New function.Kriang Lerdsuwanakij1-27/+83
2000-12-05revert cloning patchJason Merrill1-1/+9