re PR c++/18378 (ICE when returning a copy of a packed member)
[gcc.git] / gcc / cp / call.c
2004-12-22 Mark Mitchellre PR c++/18378 (ICE when returning a copy of a packed...
2004-12-16 Nathan Sidwellre PR c++/18905 (Strange error: subscripted value is...
2004-12-08 Nathan Sidwellre PR c++/18803 (rejects access to operator() in template)
2004-12-01 Nathan Sidwellre PR c++/17431 (Internal error: Segmentation fault...
2004-11-24 Paolo Bonzinire PR c++/16882 (overloading confused by const vector...
2004-11-09 Joseph Myersbuiltins.c, [...]: Avoid "`" as left quote, using ...
2004-11-01 Gabriel Dos ReisConvert diagnostics to use quoting flag q 9/n
2004-10-28 Mark Mitchellre PR c++/17435 (Binding a temporary of derived type...
2004-10-21 Mark Mitchellre PR c++/18073 (mmintrin.h rejected by C++ frontend)
2004-10-20 Kazu Hirata* call.c, typeck.c: Fix comment typos.
2004-10-19 Mark Mitchellcall.c (struct conversion): Add base_p.
2004-10-18 Nathan Sidwellcp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base...
2004-10-07 Mark Mitchellcp-tree.h (ICS_USER_FLAG): Remove comment about obsolet...
2004-10-03 Gabriel Dos ReisConvert diagnostics to use quoting flag q 1/n
2004-09-28 Mark Mitchellre PR c++/17642 (internal compiler error: in invert_tru...
2004-09-21 Nathan Sidwellcp-tree.h (struct lang_type_header): Remove uses_multip...
2004-09-18 Kazu Hiratacall.c, [...]: Follow spelling conventions.
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-16 Nathan Sidwellcp-tree.h (struct lang_type_class): Make pure_virtuals...
2004-09-10 Richard Hendersonre PR c++/17386 (libstdc++ iostreams miscompilation)
2004-08-30 Nathan Sidwellcall.c (check_dtor_name): Replace abort with gcc_assert...
2004-08-27 Nathan Sidwellcall.c (validate_conversion_obstack): Replace my_friend...
2004-08-25 Nathan Sidwelltree.h (build_int_cst): New, sign extended constant.
2004-08-16 Roger Saylecall.c (build_vfield_ref, [...]): Replace calls to...
2004-08-15 Nathan Sidwelltree.h (build_int_cst): New.
2004-08-12 Mark Mitchellre PR c++/16853 (pointer-to-member initialization from...
2004-08-05 Geoffrey Keatingre PR c/14516 (-fleading-underscore does not work corre...
2004-08-02 Mark Mitchellre PR c++/16338 (ICE when throwing a compound literal)
2004-08-01 Gabriel Dos Reiscall.c (z_candidate::template_decl): Rename from template.
2004-07-18 Jason Merrillre PR tree-optimization/16115 (double-destruction probl...
2004-07-12 Nathan Sidwellcall.c (build_user_type_conversion_1, [...]): Pass...
2004-07-12 Mark Mitchellcall.c (build_operator_new_call): Avoid using push_to_t...
2004-07-07 Jason Merrillre PR c++/16334 (No warning about use of overloading...
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-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-28 Nathan Sidwellre PR c++/16174 (deducing top-level consts)
2004-06-26 Richard Kennerc-common.c (c_safe_from_p, [...]): Deleted.
2004-06-24 Roger Saylec-common.c (expand_unordered_cmp): Delete.
2004-06-23 Richard Hendersontree.def (VTABLE_REF): Remove.
2004-06-22 Richard Kenneralias.c (adjust_offset_for_component_ref): Use componen...
2004-06-16 Richard Hendersonc-common.c (lang_gimplify_stmt): Remove next_p argument.
2004-06-01 Jason Merrillre PR c++/15142 (Internal compiler error when passing...
2004-06-01 Jason Merrillrevert accidental checkin
2004-06-01 Kriang Lerdsuwanakijre PR c++/13092 (Accepts invalid pointer-to-member...
2004-05-31 Mark Mitchellre PR c++/15742 ('noreturn' attribute ignored in method...
2004-05-31 Kazu Hiratacall.c, [...]: Fix comment formatting.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-05 Paolo Bonzinire PR target/14899 (wrong code due to change in compati...
2004-04-01 Richard Kennerbuiltins.c, [...]: Change most occurrences of TREE_UNSI...
2004-03-20 Mark Mitchellcall.c (build_op_delete_call): Do not forget the placem...
2004-03-19 Mark Mitchellsemantics.c (finish_pseudo_destructor_expr): Allow...
2004-03-19 Mark Mitchellc-common.c (pointer_int_sum): Do not complain about...
2004-03-16 Mark Mitchellre PR c++/14586 (Bogus warning in templates about takin...
2004-03-11 Kazu Hirata* call.c, cp-tree.h, pt.c: Fix comment typos.
2004-03-09 Nathan Sidwellre PR c++/14397 (Access check for wrong copy constructor)
2004-03-09 Mark Mitchell* call.c (initialize_reference): Fix typo.
2004-03-09 Mark Mitchellre PR c++/14230 (ICE in cp_expr_size)
2004-02-29 Kazu Hiratapasses.c, [...]: Fix comment typos.
2004-02-16 Mark Mitchellre PR c++/13971 (ICE when compiling koffice-cvs (in...
2004-02-13 Mark Mitchellre PR c++/14083 (ICE in conditional expression operator...
2004-02-13 Mark Mitchellcall.c (conversion_kind): New type.
2004-02-09 Kazu Hirata* call.c, parser.c, tree.c: Fix comment typos.
2004-02-05 Kazu Hiratautils.c (create_param_decl): Replace PROMOTE_PROTOTYPES...
2004-02-05 Mark Mitchellre PR c++/13932 (duplicate warning message for conversion)
2004-02-02 Mark Mitchellre PR c++/13113 (Nice warning about &(X::m) lost)
2004-01-30 Giovanni Bajore PR c++/13683 (bogus warning about passing non-PODs...
2004-01-26 Mark Mitchellre PR c++/13833 (Conversion problem in template function)
2004-01-21 Kazu HirataMake-lang.in, [...]: Update copyright.
2004-01-19 Mark Mitchellre PR c++/13592 (C++ parser regression)
2004-01-16 Mark Mitchellre PR c++/13178 (Bogus C++ error message referring...
2004-01-16 Mark Mitchellre PR c++/13478 (gcc uses wrong constructor to initiali...
2004-01-16 Mark Mitchellre PR c++/13478 (gcc uses wrong constructor to initiali...
2004-01-05 Richard Hendersoncall.c (build_over_call): Don't create a save_expr...
2004-01-04 Mark Mitchellre PR c++/12226 (g++ fails to enforce accessibility...
2003-12-29 Mark Mitchellre PR c++/13009 (Implicitly-defined assignment operator...
2003-12-21 Kazu Hiratacall.c: Fix comment formatting.
2003-12-16 Nathan Sidwellre PR c++/13387 (assignment to base class corrupts...
2003-12-13 Kazu HirataChangeLog: Fix typos.
2003-12-09 Jason Merrillre PR c++/11971 (ICE in cp_expr_size with variadic...
2003-11-17 Jason Merrillinit.c (build_new_1): Preevaluate placement args.
2003-11-02 Kriang Lerdsuwanakijre PR c++/9810 (Using-declaration for template function...
2003-10-22 Kazu Hiratacall.c: Fix comment formatting.
2003-10-21 Kazu HirataChangeLog: Fix typos.
2003-10-07 Mark Mitchellre PR c++/10147 (Confusing error message for invalid...
2003-09-27 Gabriel Dos Reisname-lookup.h (get_global_value_if_present): New function.
2003-09-21 Richard Hendersonc-format.c (gcc_diag_char_table): Add %J.
2003-09-18 Danny Smithre PR c++/12320 (ICE on use of undefined enum)
2003-09-17 Mark Mitchellre PR c++/12266 (incorrect instantiation of unneeded...
2003-09-15 Mark Mitchellre PR c++/3907 (nested template parm collides with...
2003-09-07 Mark Mitchellre PR c++/11867 (static_cast ignores ambiguity)
2003-09-05 Mark Mitchellre PR c++/12163 (static_cast + explicit ctor regression)
2003-09-05 Nathan Sidwellre PR c++/12037 (Spurious "statement has no effect...
2003-09-04 Mark MitchellRemove cast-as-lvalue extension.
2003-09-01 Mark Mitchellre PR c++/12114 ([3.3.2] Uninitialized memory accessed...
2003-08-29 Mark Mitchellinit.c (decl_constant_value): Deal with COND_EXPR speci...
2003-08-28 Mark Mitchellre PR rtl-optimization/5079 (Reference to static const...
2003-08-26 Nathan Sidwellbuiltins.c (build_function_call_expr): Don't set TREE_S...
next