summaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
Commit message (Expand)AuthorAgeFilesLines
* * class.c (type_requires_array_cookie): New function.mmitchel2001-07-191-1/+0
* * Revert today's change -- there is a subtle bug.bje2001-07-111-1/+1
* 2001-07-11 Ben Elliston <bje@redhat.com>bje2001-07-111-1/+1
* * pt.c (tsubst_decl): Set DECL_CONTEXT for namespace-scopemmitchel2001-07-111-2/+3
* * cp-tree.h (copy_template_template_parm): Rename to ...lerdsuwa2001-07-061-2/+1
* * class.c (dfs_find_final_overrider): Fix logic.jason2001-06-141-1/+14
* * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.danglin2001-06-061-2/+1
* * pt.c (instantiate_decl): Tell the repository code about themmitchel2001-06-061-1/+19
* * cp-tree.def (START_CATCH_STMT): Lose.jason2001-05-211-3/+2
* 2001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>lerdsuwa2001-05-201-0/+3
* cp:nathan2001-05-011-1/+7
* gcc:nathan2001-04-241-30/+7
* cp:nathan2001-04-241-4/+4
* * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.jason2001-04-121-1/+1
* 2001-03-27 Phil Edwards <pme@sources.redhat.com>pme2001-03-281-2/+2
* * pt.c (instantiate_decl): Abort if we see a member constantjason2001-03-221-56/+28
* Compute DECL_ASSEMBLER_NAME lazily.mmitchel2001-03-191-81/+15
* * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not themmitchel2001-03-151-6/+4
* cp:nathan2001-03-011-0/+8
* cp:nathan2001-02-281-21/+1
* * invoke.texi (-fsquangle): Remove documentation.mmitchel2001-02-181-4/+2
* Do put the VTT parameter in DECL_ARGUMENTS.jason2001-02-181-0/+11
* * pt.c (check_explicit_specialization): Copy TREE_PRIVATE andmmitchel2001-02-181-0/+5
* * pt.c (push_template_decl_real): Don't remangle the name of ammitchel2001-02-161-1/+3
* cp:nathan2001-02-141-0/+4
* cp:nathan2001-02-121-18/+4
* Remove old ABI support.mmitchel2001-02-121-103/+7
* * search.c (shared_member_p): New function.jason2001-02-081-15/+40
* cp:nathan2001-02-061-1/+7
* * tree.c, tree.h (build_parse_node): Remove; was identical tojsm282001-01-291-2/+2
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-2/+0
* cp:nathan2001-01-241-6/+15
* * pt.c (check_explicit_specialization): Clone constructors andlerdsuwa2001-01-241-0/+5
* cp:nathan2001-01-221-42/+100
* cp:nathan2001-01-191-10/+21
* cp:nathan2001-01-191-21/+26
* cp:nathan2001-01-181-19/+28
* * pt.c (check_nontype_parm): Rename to ...nathan2001-01-151-4/+4
* cp:nathan2001-01-151-22/+39
* cp:nathan2001-01-111-0/+1
* * pt.c (copy_default_args_to_explicit_spec_1): New function.mmitchel2001-01-111-25/+111
* * c-common.h (CTI_VOID_LIST): Remove.mmitchel2001-01-111-2/+7
* * output.h (make_function_rtl): Remove prototype.mmitchel2001-01-101-2/+2
* cp:nathan2001-01-081-11/+8
* * call.c (build_conv): Don't use build1 for USER_CONV.mmitchel2001-01-041-4/+4
* * class.c (invalidate_class_lookup_cache): Zero themmitchel2001-01-031-10/+15
* * class.c (pushclass): Remove #if 0'd code.mmitchel2000-12-291-20/+6
* Add commentmmitchel2000-12-291-0/+4
* * pt.c (register_local_specialization): Don't return a value.mmitchel2000-12-291-11/+20
* * pt.c (more_specialized): Don't optimize len==0.jason2000-12-231-3/+2