OSDN Git Service

* cvt.c (convert_lvalue): New fn.
[pf3gnuchains/gcc-fork.git] / gcc / cp / pt.c
2001-06-14 jason * class.c (dfs_find_final_overrider): Fix logic.
2001-06-06 danglin * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.
2001-06-06 mmitchel * pt.c (instantiate_decl): Tell the repository code...
2001-05-21 jason * cp-tree.def (START_CATCH_STMT): Lose.
2001-05-20 lerdsuwa2001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourc...
2001-05-01 nathancp:
2001-04-24 nathangcc:
2001-04-24 nathancp:
2001-04-12 jason * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New...
2001-03-28 pme2001-03-27 Phil Edwards <pme@sources.redhat.com>
2001-03-22 jason * pt.c (instantiate_decl): Abort if we see...
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
2001-03-15 mmitchel * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
2001-03-01 nathancp:
2001-02-28 nathancp:
2001-02-18 mmitchel * invoke.texi (-fsquangle): Remove documentation.
2001-02-18 jason Do put the VTT parameter in DECL_ARGUMENTS.
2001-02-18 mmitchel * pt.c (check_explicit_specialization): Copy TREE_PRIV...
2001-02-16 mmitchel * pt.c (push_template_decl_real): Don't remangle the...
2001-02-14 nathancp:
2001-02-12 nathancp:
2001-02-12 mmitchel Remove old ABI support.
2001-02-08 jason * search.c (shared_member_p): New function.
2001-02-06 nathancp:
2001-01-29 jsm28 * tree.c, tree.h (build_parse_node): Remove; was ident...
2001-01-28 ghazi * configure.in: Arrange to include defaults.h in ...
2001-01-24 nathancp:
2001-01-24 lerdsuwa * pt.c (check_explicit_specialization): Clone construc...
2001-01-22 nathancp:
2001-01-19 nathancp:
2001-01-19 nathancp:
2001-01-18 nathancp:
2001-01-15 nathan * pt.c (check_nontype_parm): Rename to ...
2001-01-15 nathancp:
2001-01-11 nathancp:
2001-01-11 mmitchel * pt.c (copy_default_args_to_explicit_spec_1): New...
2001-01-11 mmitchel * c-common.h (CTI_VOID_LIST): Remove.
2001-01-10 mmitchel * output.h (make_function_rtl): Remove prototype.
2001-01-08 nathancp:
2001-01-04 mmitchel * call.c (build_conv): Don't use build1 for USER_CONV.
2001-01-03 mmitchel * class.c (invalidate_class_lookup_cache): Zero the
2000-12-29 mmitchel * class.c (pushclass): Remove #if 0'd code.
2000-12-29 mmitchelAdd comment
2000-12-29 mmitchel * pt.c (register_local_specialization): Don't return...
2000-12-23 jason * pt.c (more_specialized): Don't optimize len==0.
2000-12-22 jason In partial ordering for a call, ignore parms...
2000-12-21 jason * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_...
2000-12-16 lerdsuwa * pt.c (unify): Handle when both ARG and PARM are
2000-12-16 lerdsuwa * pt.c (reduce_template_parm_level): Set DECL_ARTIFICI...
2000-12-15 lerdsuwa * pt.c (check_explicit_specialization): Propagate...
2000-12-14 jasoncomment
2000-12-09 jason * error.c (dump_function_name): Don't let the...
2000-12-07 lerdsuwa * pt.c (verify_class_unification): New function.
2000-12-05 jasonrevert cloning patch
2000-12-04 jason * mangle.c (write_type): Mangle VECTOR_TYPE...
2000-12-02 lerdsuwa * pt.c: Fix typo in comments.
2000-11-27 nathancp:
2000-11-23 nathancp:
2000-11-22 mmitchel * pt.c (do_decl_instantiate): Explicitly clone constru...
2000-11-17 nathanfix thinko in last change
2000-11-17 nathancp:
2000-11-10 mmitchel * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
2000-11-07 jsm28 * alias.c (init_alias_analysis), calls.c (expand_call,
2000-10-31 gdrtestsuite/
2000-10-31 mmitchel * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
2000-10-28 mmitchel * pt.c (instantiate_decl): Always instantiate static...
2000-10-13 mmitchel Remove obstacks.
2000-10-06 nathan * pt.c (lookup_template_class): Set current access...
2000-10-05 nathan * pt.c (tsubst_expr, DECL_STMT case): Don't process if
2000-09-17 mmitchel * splay-tree.c (splay_tree_predecessor): Fix typo...
2000-09-12 mmitchel * c-common.h (genrtl_clear_out_block): Remove.
2000-09-10 mmitchel * c-common.h (add_stmt): Change prototype.
2000-09-06 nathan * pt.c (type_unification_real): Replace switch with if.
2000-09-05 mmitchel * Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
2000-09-05 jason * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM...
2000-09-04 nathan * pt.c (lookup_template_class): Remove abort.
2000-08-29 zacktop level:
2000-08-23 mmitchel * cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_...
2000-08-22 gdr * Makefile.in (error.o): Depends on diagnostic.h
2000-08-17 nathan * cp-tree.h (instantiate_type_flags): New enumeration.
2000-08-17 nathan * cp-tree.h (CPTR_AGGR_TAG): New global tree node.
2000-08-09 jason * pt.c (tsubst_aggr_type): Bail if creating...
2000-08-04 jason * pt.c (do_type_instantiation): Add complain...
2000-07-28 jason * decl.c (duplicate_decls): If common_type...
2000-07-23 mmitchel * c-semantics.c (make_rtl_for_local_static): Use TREE_...
2000-07-06 nathan * pt.c (tsubst): Don't layout type, if it's error_mark.
2000-07-06 nathan * pt.c (instantiate_pending_templates): Reset template...
2000-07-03 nathan * pt.c (instantiate_class_template): Set CLASSTYPE_VBA...
2000-07-02 chelf2000-07-01 Benjamin Chelf <chelf@codesourcery.com>
2000-06-29 nathan * cp-tree.h (SET_DECL_ARTIFICIAL): Remove.
2000-06-28 mmitchel * cp-tree.h (CLEAR_BINFO_NEW_VTABLE_MARKED): Remove.
2000-06-23 jason * parse.y (template_arg): Convert TEMPLATE_DECL
2000-06-22 jason * pt.c (tsubst_decl, case FUNCTION_DECL): Clear...
2000-06-22 nathan * call.c (build_x_va_arg): Check if in a template...
2000-06-21 jason * pt.c (tsubst_decl, case TYPE_DECL): Fix test...
2000-06-19 chelf * c-common.h (IF_COND): Added documentation.
2000-06-16 mmitchel * cp-tree.h (struct language_function): Remove x_base_...
2000-06-15 jason * tree.c (count_trees): New debugging function.
2000-06-14 jakub * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
2000-06-12 mmitchel * mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.
next