stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, clear cache on copied...
[gcc.git] / gcc / cp / ChangeLog
2004-08-20 Nathan Sidwellstor-layout.c (initialize_sizetypes): Set SIZETYPE...
2004-08-19 Andreas Toblertree.c: Remove unused mark_local_for_remap_r.
2004-08-19 Eric Christopherlanghooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.
2004-08-19 Mark Mitchellre PR c++/15890 (internal compiler error: in c_expand_e...
2004-08-19 Nathan Sidwellcp-tree.h (build_shared_int_cst): Remove.
2004-08-19 Nathan Sidwelltree.h (TYPE_CACHED_VALUES_P): New.
2004-08-19 Joseph Myersre PR c++/17041 (Erroneous "suggest parentheses around...
2004-08-19 Mark Mitchell* pt.c (dependent_template_p): Fix typo in commment.
2004-08-18 Mark Mitchellre PR c++/17068 (ICE: tree check: expected class 'd...
2004-08-18 Mark Mitchellre PR c++/16246 (Incorrect template argument deduction)
2004-08-18 Mark Mitchellre PR c++/16215 (Bad error message when requesting...
2004-08-17 Mark Mitchellre PR c++/15871 (g++ does not honour -fkeep-inline...
2004-08-17 Mark Mitchellre PR c++/16965 (Confusing mismatch in error messages)
2004-08-16 Kriang Lerdsuwanakijre PR c++/6749 (infinite loop with inheritance of abstr...
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++/16273 (Memory exhausted when using nested...
2004-08-12 Jan Beulichparser.c (cp_parser_asm_definition): Properly consume...
2004-08-12 Mark Mitchellre PR c++/16698 (ICE with exceptions and declaration...
2004-08-12 Mark Mitchellre PR c++/16853 (pointer-to-member initialization from...
2004-08-11 Mark Mitchellre PR c++/16964 (ICE in cp_parser_class_specifier due...
2004-08-11 Mark Mitchellre PR c++/16971 (ICE on duplicate definition)
2004-08-06 Richard Sandifordre PR c/13282 (A "-Wno..." switch to turn off "missing...
2004-08-06 Paolo Bonziniexpr.c (expand_expr_real_1): Remove.
2004-08-06 Mark Mitchelltree.c (handle_dll_attribute): Move here from i383...
2004-08-06 Geoffrey Keatingg++spec.c (lang_specific_driver): An -Xlinker or -Wl...
2004-08-05 Nathan Sidwelltree.h (force_fit_type): Return a tree, take three...
2004-08-05 Geoffrey Keatingre PR c/14516 (-fleading-underscore does not work corre...
2004-08-04 Nathan Sidwelldecl.c (complete_array_type): Don't gratuitously copy...
2004-08-04 Paul Brooktarget-def.h (TARGET_CXX_CDTOR_RETURNS_THIS): Define.
2004-08-04 Mark Mitchellclass.c (build_vtable): Do not set DECL_VISIBILITY...
2004-08-02 Mark Mitchellre PR c++/16707 (ICE with using)
2004-08-02 Mark Mitchellre PR c++/16224 (internal compiler error: in write_unsc...
2004-08-02 Mark MitchellFix typos in ChangeLog.
2004-08-02 Mark MitchellFix typo in ChangeLog
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-29 Mark Mitchellc-common.h (lang_post_pch_load): New variable.
2004-07-28 Eric Christopherc-common.c (c_common_unsafe_for_reeval): Delete.
2004-07-28 Nathan Sidwellcp-tree.h (struct tree_pair_s): New.
2004-07-27 Kelley Cookpt.c, typeck.c: Remove spurious carriage returns.
2004-07-27 Kriang Lerdsuwanakijre PR c++/14429 (valid template template argument rejected)
2004-07-26 Geoffrey Keatingg++spec.c (LIBSTDCXX_PROFILE): Default to LIBSTDCXX.
2004-07-26 Nathan Sidwelltree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).
2004-07-25 Giovanni BajoRemove DOS line endings
2004-07-25 Niall Douglasre PR c++/9283 (__attribute__((visibility ("hidden...
2004-07-25 Bernardo Innocentidecl.c: Rename all identifiers named `class' to `cl'.
2004-07-25 Gabriel Dos Reiscp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.
2004-07-25 Richard Hendersonc-decl.c (start_function): Set DECL_ARTIFICIAL and...
2004-07-23 Nathan Sidwellcp: * search.c (lookup_conversion_operator): Avoid...
2004-07-22 Nathan Sidwell* pt.c
2004-07-21 Eric Christopherbuiltins.c (expand_builtin_setjmp_receiver): Fix commen...
2004-07-21 Paolo Bonzinic-common.c (vector_types_convertible_p): Use vector...
2004-07-21 Giovanni Bajore PR c++/14497 (Accepts invalid specialization of...
2004-07-21 Giovanni Bajore PR c++/509 (G++ forbids template specialization...
2004-07-20 Steven Bosschercp-tree.def (TINST_LEVEL): Make it an 'x' node.
2004-07-20 Mark Mitchell* parser.c (cp_parser_simple_type_specifier): Fix typo.
2004-07-20 Mark Mitchellre PR c++/16637 (syntax error on valid input code)
2004-07-20 Kriang Lerdsuwanakijre PR c++/16175 (Wrong type reported in diagnostic)
2004-07-20 Mark Mitchellre PR c++/16623 (g++ ICE in tsubst_decl:6081)
2004-07-20 Nathan Sidwelltree.h (binfo_member): Remove.
2004-07-20 Nathan Sidwellcp-tree.h (struct lang_type_class): Remove vfields...
2004-07-20 Nathan Sidwelltree.h: Include vec.h
2004-07-20 Steven Bosscherc-common.h (check_case_value): Remove prototype.
2004-07-20 Mark MitchellRevert patch for PR c++/16623.
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.
next