aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)Author
2006-02-06Merge reload-branch up to revision 101000reload-branchBernd Schmidt
2006-01-11Merged revisions 96681,96683-96686,96689-96692,96698-96701,96705,96708,96710,...Bernd Schmidt
2005-03-01cp:Nathan Sidwell
2005-02-15* decl2.c (mark_used): Set the source location of the used decl toAlexandre Oliva
2005-02-09 PR c++/19733Mark Mitchell
2005-01-06Update copyright dateasMark Mitchell
2005-01-06 PR c++/19244Mark Mitchell
2004-12-21cp:Nathan Sidwell
2004-11-10.:Nathan Sidwell
2004-10-05 Convert diagnostics to use quoting flag q 4/nGabriel Dos Reis
2004-09-10 * c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg
2004-08-30 * call.c (check_dtor_name): Replace abort with gcc_assert orNathan Sidwell
2004-08-27 * call.c (validate_conversion_obstack): ReplaceNathan Sidwell
2004-08-27 * tree.h (size_int_type): Remove.Nathan Sidwell
2004-08-25 * tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell
2004-08-20 * stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier,Nathan Sidwell
2004-08-16 * call.c (build_vfield_ref, build_call, build_conditional_expr,Roger Sayle
2004-08-052004-08-04 Geoffrey Keating <geoffk@apple.com>Geoffrey Keating
2004-08-04gcc/Paul Brook
2004-08-04 * class.c (build_vtable): Do not set DECL_VISIBILITY here.Mark Mitchell
2004-07-29 * c-common.h (lang_post_pch_load): New variable.Mark Mitchell
2004-07-25 PR c++/9283Niall Douglas
2004-07-20 PR c++/16623Mark Mitchell
2004-07-20.:Nathan Sidwell
2004-07-20 Revert patch for PR c++/16623.Mark Mitchell
2004-07-19 PR c++/16623Mark Mitchell
2004-07-19.:Nathan Sidwell
2004-07-17 * class.c (finish_struct_methods): Remove unncessary code.Mark Mitchell
2004-07-16 * vec.h (VEC_address): New function.Mark Mitchell
2004-07-13 * cp-tree.h (lang_identifier): Remove class_value.Mark Mitchell
2004-07-07 * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,Nathan Sidwell
2004-07-06 * tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell
2004-07-04 * method.c (implicitly_declare_fn): Set linkage of generatedMark Mitchell
2004-07-02 * tree.def (RTL_EXPR): Remove.Richard Henderson
2004-07-01 * tree.h (immediate_size_expand): Delete.Richard Henderson
2004-06-28 Use vector API for vbase list.Nathan Sidwell
2004-06-27 * cp-tree.h (cp_cv_quals): New type.Mark Mitchell
2004-06-22 * cp-tree.def (NEW_EXPR): Add a fourth slot.Mark Mitchell
2004-06-22 * alias.c (adjust_offset_for_component_ref): UseRichard Kenner
2004-06-20 * c-common.h (has_c_linkage): New interface.Zack Weinberg
2004-06-16 * c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson
2004-06-032004-06-03 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2004-05-24 * method.c (implicitly_declare_fn): Don't call defer_fn; abortGeoffrey Keating
2004-05-19 * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg
2004-04-102004-04-09 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
2004-04-08 PR c++/14808Danny Smith
2004-03-12Enabled linkonce support for Darwin.Matt Austern
2004-02-20 PR c++/12007John David Anglin
2004-02-04 * calls.c (initialize_argument_information): Add CALL_FROM_THUNK_PMark Mitchell
2004-01-30 PR c++/13693Richard Henderson