re PR c++/18378 (ICE when returning a copy of a packed member)
[gcc.git] / gcc / cp / tree.c
2004-12-22 Mark Mitchellre PR c++/18378 (ICE when returning a copy of a packed...
2004-11-25 Mark Mitchellre PR c++/18001 (Badly formatted error message (quotati...
2004-11-12 Mark Mitchellre PR c++/18389 (ICE on struct declaration in for state...
2004-10-18 Nathan Sidwellcp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base...
2004-10-14 Matt AusternSpeed up walk_tree by introducing a special-purpose...
2004-10-11 Nathan Sidwellcp-tree.h (SAME_BINFO_TYPE_P): New.
2004-10-10 Gabriel Dos ReisConvert diagnostics to use quoting flag q 7/n
2004-10-10 Mark Mitchellre PR c++/17867 ("void" instead of class name in error...
2004-09-28 Kazu Hirata* tree.c: Fix a comment typo.
2004-09-28 Mark Mitchellre PR c++/17642 (internal compiler error: in invert_tru...
2004-09-21 Roger Saylere PR c++/7503 ((x < Y ? X : Y) used for assignment...
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-08-30 Nathan Sidwellname-lookup.c (pop_binding, [...]): Replace abort with...
2004-08-28 Jason Merrillre PR c++/16851 (ICE when throwing a comma expression)
2004-08-28 Jason Merrillre PR c++/13684 (local static object variable construct...
2004-08-27 Nathan Sidwellcall.c (validate_conversion_obstack): Replace my_friend...
2004-08-23 Nathan Sidwelltree.h (build_distinct_type_copy): New.
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 Nathan Sidwellcp-tree.h (build_shared_int_cst): Remove.
2004-08-16 Roger Saylecall.c (build_vfield_ref, [...]): Replace calls to...
2004-08-15 Nathan Sidwelltree.h (build_int_cst): New.
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-20 Steven Bosschercp-tree.def (TINST_LEVEL): Make it an 'x' node.
2004-07-20 Nathan Sidwelltree.h (binfo_member): Remove.
2004-07-20 Nathan Sidwelltree.h: Include vec.h
2004-07-19 Mark Mitchelltree.c (no_linkage_helper): Remove.
2004-07-16 Richard Hendersonlanghooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL...
2004-07-15 Nathan Sidwelldecl.c (xref_basetypes): Refactor.
2004-07-12 Nathan Sidwellcp-tree.h (make_binfo): Remove.
2004-07-12 Nathan Sidwellcall.c (build_user_type_conversion_1, [...]): Pass...
2004-07-07 Nathan Sidwelltree.h (TYPE_BINFO_OFFSET, [...]): Remove.
2004-07-06 Nathan Sidwelltree.h (TREE_VIA_VIRTUAL): Rename to ...
2004-07-05 Nathan Sidwellc-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.
2004-07-03 Richard Hendersonc-decl.c (grokdeclarator): Don't frob current_function_...
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-28 Nathan SidwellUse vector API for vbase list.
2004-06-26 Richard Kennerc-common.c (c_safe_from_p, [...]): Deleted.
2004-06-22 Richard Kenneralias.c (adjust_offset_for_component_ref): Use componen...
2004-06-19 Richard Hendersonc-common.c, c-common.h (lang_gimplify_stmt): Remove.
2004-06-17 Jason Merrillre PR c++/16015 (xfailed g++.dg/ext/stmtexpr1.C)
2004-06-16 Richard Hendersonc-common.def (CASE_LABEL): Remove.
2004-06-16 Richard Hendersonc-common.def (GOTO_STMT, LABEL_STMT): Remove.
2004-06-02 Matt AusternWhen a class template is explicitly instantiated, its...
2004-05-31 Mark Mitchellre PR c++/15742 ('noreturn' attribute ignored in method...
2004-05-23 Gabriel Dos Reisclass.c (alter_access): Use %E format specifier to...
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-05 Richard Kennerc-decl.c (build_compound_literal): Use TYPE_READONLY.
2004-04-02 Nathan Sidwellre PR c++/14007 (Incorrect use of const partial special...
2004-04-01 Jan Hubickacgraph.c: Add overall comment.
2004-03-19 Mark Mitchellsemantics.c (finish_pseudo_destructor_expr): Allow...
2004-03-05 Jason Merrilltree.h (TYPE_HASH): Use TYPE_UID.
2004-02-27 Ziemowit Laskitree.c (pod_type_p): Treat VECTOR_TYPEs as PODs.
2004-02-24 Jason Merrilltree.c (check_qualified_type): New fn.
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 Jan Hubickatree.c (cp_cannot_inline_tree_fn): Allow inlining of...
2004-02-02 Mark Mitchellre PR c++/13113 (Nice warning about &(X::m) lost)
2004-01-30 Richard Hendersonre PR c++/13693 ([tree-ssa] build failure in mipsisa64...
2003-12-30 Nathan Sidwellre PR c++/13494 (ICE on bidimensional array subscriptio...
2003-12-22 Andrew Pinskire PR c++/5050 (template instantiation depth exceeds...
2003-12-19 Kazu Hiratacvt.c: Remove uses of "register" specifier in declarati...
2003-12-13 Kazu HirataChangeLog: Fix typos.
2003-12-09 Jason Merrillre PR c++/11971 (ICE in cp_expr_size with variadic...
2003-11-12 Mark Mitchelltree.c (build_target_expr_with_type): Treate VA_ARG_EXP...
2003-10-23 Jason Merrillre PR c++/12726 (ICE (segfault) on trivial code)
2003-10-22 Kazu Hiratacall.c: Fix comment formatting.
2003-10-21 Kazu HirataChangeLog: Fix typos.
2003-10-14 Jason Merrillre PR c++/11878 (ICE in cp_expr_size)
2003-10-09 Jason Merrillre PR middle-end/6392 (Problems with __restrict__ type...
2003-10-09 Jason Merrillstmt.c (resolve_asm_operand_names): Call check_unique_o...
2003-09-22 Richard HendersonRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 Richard Hendersontree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION...
2003-09-08 Richard Hendersonc-decl.c (c_expand_body_1): Push and pop function conte...
2003-09-05 Nathan Sidwellre PR c++/12037 (Spurious "statement has no effect...
2003-09-04 Geoffrey Keatingre PR c++/12161 (ICE during bootstrap, locale-inst...
2003-09-04 Mark MitchellRemove cast-as-lvalue extension.
2003-08-25 Mark Mitchellre PR target/8795 ([PPC] Altivec related bugs concernin...
2003-08-21 Jason Merrillsemantics.c (simplify_aggr_init_expr): Split out from...
2003-08-10 Nathan Sidwellcp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL...
2003-07-22 Mark Mitchellfold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-22 Nathan Sidwellcp-tree.h (enum cp_lvalue_kind): Add clk_packed.
2003-07-16 Mark Mitchellcp-tree.def (LOOKUP_EXPR): Remove.
2003-07-10 Mark Mitchellre PR c++/10032 (-pedantic converts some errors to...
2003-07-09 Mark Mitchellfold-const.c (make_range): Do not access operand 1...
2003-07-05 Kazu Hiratacall.c: Fix comment typos.
2003-07-04 Mark Mitchellcall.c (build_addr_func): Handle bound pointers-to...
2003-07-02 Nathan Sidwellre PR c++/10219 (ICE in maybe_adjust_types_for_deductio...
2003-06-18 Nathan Sidwellcp-tree.h (COMPARE_RELAXED): Rename to ...
2003-06-16 Kaveh R. Ghazidecl.c, [...]: Don't use the PTR macro.
2003-06-16 Nathanael Nerode* tree.c: Convert to ISO C.
2003-06-11 Mark Mitchellre PR c++/11131 (Unrelated declaration removes inline...
2003-06-10 Mark Mitchellre PR c++/11131 (Unrelated declaration removes inline...
2003-05-17 Kaveh R. Ghazibuiltins.c (validate_arglist): Eliminate libiberty...
2003-05-17 Kaveh R. Ghazicfgloopanal.c (test_for_iteration): Use string concaten...
2003-05-01 Nathan Sidwellinput.h (lineno): Rename to ...
2003-04-15 Ziemowit Laskitree.c (build_cplus_array_type_1): Do not call uses_tem...
2003-04-10 Steven Bosscherc-common.h (lang_statement_code_p): Remove declaration.
next