OSDN Git Service

* collect2.c (main, write_c_file_stat), gcc.c (translate_options,
[pf3gnuchains/gcc-fork.git] / gcc / cp / typeck.c
2000-10-22 mmitchel * tree.h (TYPE_IS_SIZETYPE): Add more documentation.
2000-10-20 kenner * fold-const.c (force_fit_type): Unsigned values can...
2000-10-16 mmitchel * typeck.c (qualify_type): Remove.
2000-09-19 ghazi * Makefile.in (c-common.o): Depend on diagnostic.h.
2000-09-17 mmitchel * splay-tree.c (splay_tree_predecessor): Fix typo...
2000-09-10 mmitchel * c-common.h (add_stmt): Change prototype.
2000-09-06 nathan * error.c (dump_typename): New function, broken out...
2000-09-05 jason * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM...
2000-08-29 mmitchel * calls.c (expand_call): Don't create a VAR_DECL just...
2000-08-24 jason * typeck.c (build_ptrmemfunc): Just reinterpret...
2000-08-24 jason * typeck.c (build_ptrmemfunc): Save the input...
2000-08-18 nathan * cp-tree.h (PTRMEM_OK_P): New macro.
2000-08-17 nathan * cp-tree.h (instantiate_type_flags): New enumeration.
2000-07-28 jason * decl.c (duplicate_decls): If common_type...
2000-07-27 jason * dwarf2out.c (gen_typedef_die): Abort if we...
2000-07-25 nathan Kill strict_prototype. Backwards compatibility only for
2000-07-18 nathan * typeck.c (comp_target_parms): Remove obsolete parameter.
2000-07-17 jason * typeck.c (mark_addressable): Never set TREE_USED.
2000-07-10 jason * init.c (build_new_1): Bail early if the call...
2000-07-04 jason * repo.c (repo_get_id): Handle the case where...
2000-07-02 mmitchel * decl.c (duplicate_decls): Preserve DECL_ORIGINAL_TYP...
2000-07-02 jason * init.c (init_init_processing): Go back to...
2000-06-30 mmitchel * c-common.c: Include c-common.h, not c-lex.h or c...
2000-06-23 jason * parse.y (template_arg): Convert TEMPLATE_DECL
2000-06-20 nathan * call.c (build_conditional_expr): Use VOID_TYPE_P.
2000-06-15 jason * tree.c (count_trees): New debugging function.
2000-05-28 mmitchel2000-05-27 Alex Samuel <samuel@codesourcery.com>
2000-05-24 mmitchel * cp-tree.h (lang_decl_flags): Rename mutable_flag...
2000-05-19 mmitchel Don't create a separate copy of virtual bases for the
2000-05-17 mmitchel * decl2.c (finish_anon_union): Generalize error messag...
2000-05-17 cagneyAdd options -Wunused-variable, -Wunused-function, ...
2000-05-09 zacktop level:
2000-05-06 rth * typeck.c (build_c_cast): Don't warn integer...
2000-05-01 mmitchel * cp-tree.h (same_type_ignoring_top_level_qualifiers_p...
2000-04-26 mmitchel * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-23 rth * typeck.c (c_expand_asm_operands): Restore...
2000-04-20 jasonfix last change
2000-04-20 jason * typeck.c (build_x_function_call): Resolve...
2000-04-11 jason * class.c (instantiate_type): Handle object...
2000-04-10 mmitchel * cp-tree.h (struct lang_decl): Remove main_decl_variant.
2000-04-09 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_ID...
2000-04-09 mmitchel Under the new ABI, constructors don't return `this'.
2000-04-08 ghazi * tree.c (tree_expr_nonnegative_p): New function.
2000-03-27 kenner * c-convert.c (convert): Return if output or input...
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-22 jason * typeck.c (type_after_usual_arithmetic_convers...
2000-03-22 mmitchel * class.c (record_base_offsets): New function.
2000-03-21 nathangcc
2000-03-19 mmitchel * cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
2000-03-17 kenner * Clean up usages of TREE_INT_CST_LOW.
2000-03-17 nathan * typeck.c (require_complete_type): Don't assume size_...
2000-03-17 jasontweak comment
2000-03-15 nathan * decl.c (cp_finish_decl): Remove obsolete comment.
2000-03-10 jason * decl.c (push_overloaded_decl_1, auto_function,
2000-03-08 nathangcc:
2000-03-08 nathan * typeck.c (convert_for_assignment): Don't look at...
2000-03-07 kenner * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove...
2000-03-06 nathan * typeck.c (dubious_conversion_warnings): Look through
2000-03-05 nathan * call.c (convert_like): Macrofy.
2000-03-03 mmitchel * tree.h (TYPE_ALIGN_UNIT): New macro.
2000-03-02 kenner * c-common.c (c_common_nodes_and_builtins): Make sizet...
2000-03-01 jasonrevert last patch
2000-03-01 jason * typeck.c (convert_for_assignment): Warn about...
2000-03-01 cruxReorganize some warning code
2000-03-01 jason * search.c (protected_accessible_p): Use contex...
2000-02-27 kenner * builtins.c (c_strlen): Use size_diffop and return...
2000-02-27 jason Implement class scope using-declarations for...
2000-02-26 lawFix copyrights
2000-02-22 loewis Refer to the standard as an ISO document, not an ANSI...
2000-02-22 mmitchel * cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
2000-02-16 mmitchel Make DECL_CONTEXT mean the class in which a member...
2000-02-08 nathan * typeck.c (strip_all_pointer_quals): Use TYPE_MAIN_VA...
2000-01-26 ghazi * call.c: PROTO -> PARAMS.
2000-01-26 rth * tree.def (UNNE_EXPR): Remove.
2000-01-25 gdr2000-01-25 Gabriel Dos Reis <gdr@codesourcery.com>
2000-01-24 rth * rtl.def: Add unordered fp comparisions.
2000-01-23 mmitchel * cp-tree.h (register_dtor_fn): New function.
2000-01-20 gdr2000-01-19 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
2000-01-19 gdr2000-01-19 Gabriel Dos Reis <gdr@codesourcery>
2000-01-17 mmitchel * cp-tree.h (scratchalloc): Remove.
2000-01-12 mmitchel * call.c (convert_class_to_reference): Fix typos.
2000-01-05 nathan * typeck.c (build_static_cast): Don't strip target...
1999-12-31 mmitchel * cp-tree.h (CLASSTYPE_VBASECLASSES): Update documenta...
1999-12-21 mmitchel * cp-tree.h (TYPE_VIRTUAL_P): Rename to ...
1999-12-20 nathan* typeck.c (strip_all_pointer_quals): New static function.
1999-12-20 cruxcurrent_function -> cfun
1999-12-15 nathan * typeck.c (build_c_cast): Expand warning message...
1999-12-09 mmitchel * dump.c (dequeue_and_dump): Abbreviate `class' as...
1999-12-01 mmitchel * cp-tree.h (min_tree_cons): Remove.
1999-11-23 ghazi * decl.c (pushdecl, grokdeclarator): Don't...
1999-11-22 nathan * semantics.c (finish_unary_op_expr): Only set TREE_NE...
1999-11-14 mmitchel * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
1999-10-27 law * c-typeck.c (build_function_call): Check that...
1999-10-06 mmitchel * cp-tree.h (CLASSTYPE_VFIELD): Remove.
1999-10-04 mmitchel1999-10-04 Mark Mitchell <mark@codesourcery.com>
1999-10-02 jason * typeck.c (decay_conversion): Strip cv-quals from...
1999-09-30 law * cp-tree.h (warn_float_equal): Declare.
1999-09-25 mmitchel * cp-tree.h (check_return_expr): New function.
1999-09-24 mmitchel * cp-tree.h (CPTI_CLEANUP_TYPE): New macro.
1999-09-24 mmitchel * cp-tree.h (DECL_ANON_UNION_ELEMS): New macro.
next