OSDN Git Service

* collect2.c (main, write_c_file_stat), gcc.c (translate_options,
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
2000-11-02 jsm28 * collect2.c (main, write_c_file_stat), gcc.c (transla...
2000-11-01 berndsConstant folding for builtins
2000-11-01 gdr * error.c (dump_template_decl): Separate template...
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-27 zack * configure.in: If not NO_MINUS_C_MINUS_O, substitute
2000-10-26 gdrcp/
2000-10-23 jason * call.c (equal_functions): Also call decls_mat...
2000-10-23 mmitchel * call.c (standard_conversion): Use RVALUE_CONVs for all
2000-10-23 mmitchel * expr.c (do_preexpand_calls): Remove.
2000-10-22 mmitchel * tree.h (TYPE_IS_SIZETYPE): Add more documentation.
2000-10-22 geoffk * decl2.c (arg_assoc_type): Handle VECTOR_TYPE.
2000-10-22 geoffk * decl.c (init_decl_processing): Call MD_INIT_BUILTINS.
2000-10-21 jason * parse.y (operator): Set got_object from got_s...
2000-10-20 jason * tree.c (walk_tree): Don't walk into default...
2000-10-20 dje* Use "because" instead of since in error messages.
2000-10-20 kenner * fold-const.c (force_fit_type): Unsigned values can...
2000-10-20 oldham2000-10-20 Jeffrey Oldham <oldham@codesourcery.com>
2000-10-20 mmitchel * class.c (subobject_offset_fn): New type.
2000-10-19 mmitchel * cp-tree.h (DECL_ANTICIPATED): Don't require a FUNCTI...
2000-10-18 mmitchel * c-common.h (flag_no_builtin): Declare.
2000-10-18 mmitchel * c-common.c (back_end_hook): New variable.
2000-10-18 law * spew.c (snarf_defarg): Cast 2nd arg to obstac...
2000-10-17 jsm28 * decl.c (WINT_TYPE): Define.
2000-10-17 jsm28 * c-common.h (warn_missing_format_attribute): New...
2000-10-16 mmitchel * typeck.c (qualify_type): Remove.
2000-10-14 ghazi * Makefile.in (parse.c, parse.h): Fix think-o in last...
2000-10-13 ghazi * Makefile.in (c-parse.c, tradcif.c): Create atomically.
2000-10-13 mmitchel Remove obstacks.
2000-10-09 rth * Make-lang.in (CXX_EXTRA_HEADERS): Remove.
2000-10-08 jsm28 * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.
2000-10-07 rth * cp/cp-tree.h (struct cp_language_function...
2000-10-06 nathan * pt.c (lookup_template_class): Set current access...
2000-10-06 rth * semantics.c (genrtl_finish_function): Don...
2000-10-06 tromey * init.c (build_java_class_ref): Use `build_static_nam...
2000-10-05 nathan * cp-tree.h (access_kind): Fix comment typo.
2000-10-05 nathan * pt.c (tsubst_expr, DECL_STMT case): Don't process if
2000-10-05 nathan * spew.c (frob_id): New static function.
2000-10-01 mmitchel * c-decl.c (c_expand_body): Don't generate RTL if...
2000-09-30 jsm28 * c-tree.texi, contrib.texi, gcc.texi, install.texi...
2000-09-29 gdrcp/
2000-09-24 mmitchel * c-tree.texi: Moved here from cp/ir.texi. Documented...
2000-09-21 jason * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
2000-09-21 aj * errfn.c: Move declaration of cp_printer and...
2000-09-20 mmitchel * tree.c (mark_local_for_remap_r): Handle CASE_LABELs.
2000-09-20 hp * except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP...
2000-09-19 mmitchel * decl.c (start_function): Robustify.
2000-09-19 ghazi * Makefile.in (c-common.o): Depend on diagnostic.h.
2000-09-17 geoffk * decl2.c (handle_class_head): Always push some scope...
2000-09-17 mmitchel * splay-tree.c (splay_tree_predecessor): Fix typo...
2000-09-14 jsm28 * c-parse.in (reswords): Add _Complex.
2000-09-14 kenner * Makefile.in (LN): Remove duplicate definition.
2000-09-14 law * init.c (begin_init_stmts): Don't use // comments.
2000-09-13 jason * decl.c (maybe_deduce_size_from_array_init...
2000-09-12 mmitchel * decl.c (finish_case_label): Given the LABEL_DECL a
2000-09-12 gdr * error.c (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE,
2000-09-12 gdr * ir.texi: Add more documentation.
2000-09-12 mmitchel * c-common.h (genrtl_clear_out_block): Remove.
2000-09-11 nathan * error.c (cp_tree_printer, case 'P'): Append break.
2000-09-11 nathan * cp-tree.h (frob_opname): Declare.
2000-09-11 zack * defaults.h: Provide default definitions for...
2000-09-10 mmitchel * c-common.h (add_stmt): Change prototype.
2000-09-07 gdr * ir.texi: Document type nodes.
2000-09-07 mmitchel * c-common.h (prep_stmt): Declare.
2000-09-07 mmitchel * decl.c (initialize_local_var): Remove RTL-generating...
2000-09-07 mmitchel Move statement-tree facilities from C++ to C front...
2000-09-07 zackIntegrated preprocessor.
2000-09-06 mmitchel * extend.texi: Mark named return value extension as...
2000-09-06 nathan * pt.c (type_unification_real): Replace switch with if.
2000-09-06 nathan * error.c (dump_typename): New function, broken out...
2000-09-06 nathan * init.c (build_offset_ref): Deal with namespace scoped
2000-09-06 nathan * class.c (resolve_address_of_overloaded_function...
2000-09-06 zack * tree.c (walk_tree): Expose tail recursion.
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-05 jason * decl.c (finish_function): Move the code for...
2000-09-04 nathan * init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.
2000-09-04 nathan * pt.c (lookup_template_class): Remove abort.
2000-09-04 nathan * decl2.c (arg_assoc): Deal with COMPONENT_REFs inside
2000-09-04 mmitchel * operators.def (ALIGNOF_EXPR, MAX_EXPR, MIN_EXPR...
2000-09-01 nathan * parse.y (named_class_head): Check for TYPENAME_TYPE...
2000-09-01 nathan * call.c (build_scoped_method_call): Check it is not...
2000-08-30 jason * cp-tree.h (LOCAL_CLASS_P): Use decl_function_...
2000-08-29 zack * cp/semantics.c (prune_unused_decls): New function.
2000-08-29 zacktop level:
2000-08-29 mmitchel * calls.c (expand_call): Don't create a VAR_DECL just...
2000-08-29 jason2000-08-28 Daniel Berlin <dberlin@redhat.com>
2000-08-28 samuel * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplain...
2000-08-28 jason * decl.c (pushdecl): Matching decls for local...
2000-08-26 gdr * ir.texi (Expressions): Fix typo.
2000-08-25 gkm * tree.c (init_tree): Use ARRAY_SIZE.
2000-08-25 gdr * error.c (cp_tree_printer): Rework.
2000-08-25 mmitchel * Make-lang.in (CXX_LIB2FUNCS): Remove cp-demangle...
2000-08-25 mmitchel * decl.c (grokfndecl): Require that `main' return...
2000-08-24 gdr * error.c (tree_formatting_info): New data type.
2000-08-24 jason * typeck.c (build_ptrmemfunc): Just reinterpret...
2000-08-24 gkm * cp-tree.h (MAIN_NAME_P): Remove macro.
2000-08-24 gdr * diagnostic.c (finish_diagnostic): Define.
2000-08-24 jason * typeck.c (build_ptrmemfunc): Save the input...
next