Remove DOS style trailing Carriage Returns
[gcc.git] / gcc / cp / ChangeLog
2004-07-20 Kelley CookRemove DOS style trailing Carriage Returns
2004-07-19 Mark Mitchellre PR c++/16623 (g++ ICE in tsubst_decl:6081)
2004-07-19 Nathan Sidwellvec.h: Propagate location information properly.
2004-07-19 Kriang Lerdsuwanakijre PR c++/12170 (ICE in cp_type_quals)
2004-07-19 Joseph Myersc-tree.h (struct c_expr): Define.
2004-07-19 Mark Mitchelltree.c (no_linkage_helper): Remove.
2004-07-18 Steven Bosscherc-common.c (c_common_truthvalue_conversion): Don't...
2004-07-18 Mark Mitchellmangle.c (write_expression): Issue a sorry for zero...
2004-07-18 Kriang Lerdsuwanakijre PR c++/13092 (Accepts invalid pointer-to-member...
2004-07-18 Jason Merrillre PR tree-optimization/16115 (double-destruction probl...
2004-07-17 Joseph Myerslanghooks.h (builtin_function): New langhook.
2004-07-17 Mark Mitchellclass.c (finish_struct_methods): Remove unncessary...
2004-07-17 Steven Bosschercfgcleanup.c (try_simplify_condjump): Don't remove...
2004-07-16 Richard Hendersonlanghooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL...
2004-07-16 Jason Merrillundo reversion
2004-07-16 Jason Merrillrevert: cp-lang.c (cxx_types_compatible_p): To the...
2004-07-16 Nathan Sidwellclass.c (finish_struct_bits): Use for loop.
2004-07-16 Nathan Sidwellre PR c++/16583 (G++ segfaults with -fdump-translation...
2004-07-16 Nathan Sidwell* pt.c (tsubst) <TREE_BINFO case>: We should never...
2004-07-16 Mark Mitchellvec.h (VEC_address): New function.
2004-07-15 Jason Merrillre PR middle-end/15885 (wrong va_start warning (and...
2004-07-15 Nathan Sidwelldecl.c (xref_basetypes): Refactor.
2004-07-15 Mark Mitchellname-lookup.c (set_inherited_value_binding_p): Add...
2004-07-15 Nathan Sidwellclass.c (finish_struct_bits): Don't set TYPE_HAS_CONVER...
2004-07-15 Nathan Sidwellclass.c (check_bases): Don't set CLASSTYPE_NON_AGGREGAT...
2004-07-15 Mark Mitchelllex.c (cxx_make_type): Remove call to get_pointer_type.
2004-07-14 Mark Mitchellcp-tree.h (IDENTIFIER_VALUE): Remove.
2004-07-13 Mark Mitchellre PR c++/16518 (mutable specifier only applies to...
2004-07-13 Mark Mitchellcp-tree.h (lang_identifier): Remove class_value.
2004-07-12 Mark Mitchellcp-tree.h (get_aggr_typedef): Remove.
2004-07-12 Mark Mitchell* name-lookup.c (push_class_level_binding): Simplify.
2004-07-12 Andrew Pinskire PR c++/16475 (FAIL: g++.dg/rtti/tinfo1.C scan-assemb...
2004-07-12 Eric Christopherparser.c (cp_parser_class_head): Remove unused variable.
2004-07-12 Giovanni Bajodecl.c (grok_op_properties): Reject [de-]allocation...
2004-07-12 Nathan Sidwellcp-tree.h (make_binfo): Remove.
2004-07-12 Nathan Sidwellcall.c (build_user_type_conversion_1, [...]): Pass...
2004-07-12 Giovanni Bajore PR c++/2204 (G++ doesn't check (member) function...
2004-07-12 Paolo Bonzinire PR tree-optimization/14107 (Return warnings don...
2004-07-12 Mark Mitchellcall.c (build_operator_new_call): Avoid using push_to_t...
2004-07-11 Mark Mitchellcp-tree.h (saved_scope): Make old_bindings a vector.
2004-07-11 Joseph Myerslanghooks.h (estimate_num_insns, [...]): Remove hooks.
2004-07-11 Mike Stumpdecl2.c (import_export_class): Never export/import...
2004-07-09 Steven Bosschermd.texi (Processor pipeline description): Mention that...
2004-07-09 Mike Stumptypeck.c (build_class_member_access_expr): Skip null...
2004-07-09 Giovanni Bajore PR c++/8211 (-Weffc++ warns about copyable classes...
2004-07-08 Mark Mitchellname-lookup.h (struct cp_binding_level): Update documen...
2004-07-08 Giovanni Bajore PR c++/16169 (-Weffc++ item 15 improvements)
2004-07-08 Nathan Sidwellvec.c (vec_p_reserve, [...]): Allocation is signed.
2004-07-08 Richard Hendersonexcept.c (expand_eh_region_start, [...]): Remove.
2004-07-08 Mark Mitchellcp-tree.h (saved_scope): Remove x_previous_class_type...
2004-07-07 Andrew Pinskiexpr.c (expand_expr_real_1): Fix formating.
2004-07-07 Jason Merrillre PR c++/16334 (No warning about use of overloading...
2004-07-07 H.J. Lure PR c++/16276 ([3.4 only] G++ generates local referen...
2004-07-07 Nathan Sidwelltree.h (TYPE_BINFO_OFFSET, [...]): Remove.
2004-07-06 Joseph Myerstoplev.h (NO_FRONT_END_DIAG, [...]): Define.
2004-07-06 Giovanni Bajore PR c++/3671 (cannot deduce enum template parameter...
2004-07-06 Nathan Sidwelltree.h (TREE_VIA_VIRTUAL): Rename to ...
2004-07-06 Mark Mitchellrevert: re PR tree-optimization/16115 (double-destructi...
2004-07-06 Richard Kennerlanghooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_...
2004-07-05 Phil EdwardsMake-lang.in (check-c++, [...]): Add some comments.
2004-07-05 Zack Weinbergtree-mudflap.c: Include cgraph.h.
2004-07-05 Zack Weinberglanghooks.c: Don't include gt-langhooks.h.
2004-07-05 Giovanni Bajore PR c++/2518 (user-declared operator new hides standa...
2004-07-05 Nathan Sidwellc-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.
2004-07-04 Mark Mitchellmethod.c (implicitly_declare_fn): Set linkage of genera...
2004-07-04 Richard Hendersonrtl.def (ADDRESSOF): Remove.
2004-07-03 Scott Brumbaughre PR c++/3761 (ICE in check_template_shadow, at cp...
2004-07-03 Giovanni Bajore PR c++/14971 (better error message for partial speci...
2004-07-03 Richard Hendersonc-decl.c (grokdeclarator): Don't frob current_function_...
2004-07-02 Mark Mitchellre PR c++/16240 (g++ generates incorrect mangled name)
2004-07-02 Mark MitchellFix PR number
2004-07-02 Mark Mitchellre PR c++/16270 (ICE on inner member template)
2004-07-02 Richard Hendersontree.def (RTL_EXPR): Remove.
2004-07-01 Nick Cliftontarget.h (struct gcc_target): Add new field to struct...
2004-07-01 Richard Hendersontree.h (immediate_size_expand): Delete.
2004-06-30 Joseph Myerscall.c (build_over_call), [...]): Call check_function_a...
2004-06-30 Joseph Myersc-common.h (check_function_format): Remove first parameter.
2004-06-30 Richard Hendersoncall.c (build_over_call): Use __builtin_memcpy for...
2004-06-30 Richard Hendersoninit.c (build_new_1): Fill in TYPE_DOMAIN, TYPE_SIZE...
2004-06-30 Per BothnerConditionally compile support for --enable-mapped_location.
2004-06-30 Per Bothnertree.c (build_min_nt, [...]): Don't set TREE_COMPLEXITY...
2004-06-29 Paul Brooktarget-def.h (TARGET_CXX_GET_COOKIE_SIZE, [...]): Define.
2004-06-29 Nathan Sidwellre PR c++/16260 (ICE in template function)
2004-06-28 Nathan Sidwellcp-tree.h (VAR_OR_FUNCTION_DECL_CHECK, [...]): Use...
2004-06-28 Nathan Sidwellcp-tree.h (struct deferred_access): Move to ...
2004-06-28 Nathan Sidwellre PR c++/16174 (deducing top-level consts)
2004-06-28 Nathan Sidwellfriend.c (add_friend): Only perform access checks when...
2004-06-28 Nathan SidwellUse vector API for vbase list.
2004-06-28 Mark Mitchell* parser.c (cp_parser_set_decl_spec_type): Fix thinko.
2004-06-27 Gabriel Dos Reisre PR c++/14123 (odd number of parentheses in error...
2004-06-27 Mark Mitchellre PR c++/16193 (Bootstrap failure in libstdc++-v3)
2004-06-27 Gabriel Dos Reiserror.c (pp_template_argument_list_start): Remove.
2004-06-27 Mark Mitchellcp-tree.h (cp_cv_quals): New type.
2004-06-26 Richard Kennerc-common.c (c_safe_from_p, [...]): Deleted.
2004-06-26 Jan Hubickare PR c++/14865 (No instantiation of VTT at -O1)
2004-06-25 Mark Mitchellcp-mudflap.c (mflang_flush_calls): Fix thinkos resultin...
2004-06-25 Paul Brooktarget-def.h (TARGET_CXX_GUARD_TYPE, [...]): Define.
2004-06-25 Mark Mitchelldecl.c (grokdeclarator): Restore error messages about...
2004-06-24 Jason Merrillre PR tree-optimization/16115 (double-destruction probl...
2004-06-24 Andreas Schwab* cp-tree.h (enum cp_storage_class): Remove trailing...
next