aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-04re PR c++/20746 ([4.0 only] Incorrect return value for covariant return funct...Nathan Sidwell1-3/+20
2005-03-24typeck.c (comptypes): First determine if the types are compatible from a targ...Steven Bosscher1-5/+5
2005-03-01re PR c++/20232 (ICE with covariancy)Nathan Sidwell1-0/+4
2005-02-15decl2.c (mark_used): Set the source location of the used decl to the current ...Alexandre Oliva1-7/+6
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell1-10/+30
2005-01-06Update copyright dateasMark Mitchell1-1/+1
2005-01-06re PR c++/19244 (Typedef of anonymous class incorrectly handled in member fun...Mark Mitchell1-1/+2
2004-12-21re PR c++/18975 (Copying objects with mutable non-static data members)Nathan Sidwell1-28/+35
2004-11-10re PR c++/18143 (Duplicated thunk with a huge member in the hierarchy)Nathan Sidwell1-2/+0
2004-10-05Convert diagnostics to use quoting flag q 4/nGabriel Dos Reis1-3/+5
2004-09-10c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg1-2/+0
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-3/+2
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-13/+11
2004-08-27tree.h (size_int_type): Remove.Nathan Sidwell1-1/+1
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-3/+1
2004-08-20stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, clear cache on co...Nathan Sidwell1-1/+3
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle1-16/+16
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-2/+1
2004-08-04target-def.h (TARGET_CXX_CDTOR_RETURNS_THIS): Define.Paul Brook1-1/+12
2004-08-04class.c (build_vtable): Do not set DECL_VISIBILITY here.Mark Mitchell1-1/+2
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-4/+1
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas1-0/+1
2004-07-20re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell1-0/+2
2004-07-20tree.h: Include vec.hNathan Sidwell1-20/+16
2004-07-20Revert patch for PR c++/16623.Mark Mitchell1-2/+0
2004-07-19re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell1-0/+2
2004-07-19vec.h: Propagate location information properly.Nathan Sidwell1-3/+3
2004-07-17class.c (finish_struct_methods): Remove unncessary code.Mark Mitchell1-11/+64
2004-07-16vec.h (VEC_address): New function.Mark Mitchell1-14/+7
2004-07-13cp-tree.h (lang_identifier): Remove class_value.Mark Mitchell1-8/+0
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-6/+8
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-1/+1
2004-07-04method.c (implicitly_declare_fn): Set linkage of generated functions.Mark Mitchell1-0/+1
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-1/+0
2004-06-30tree.h (immediate_size_expand): Delete.Richard Henderson1-3/+0
2004-06-28Use vector API for vbase list.Nathan Sidwell1-4/+4
2004-06-27cp-tree.h (cp_cv_quals): New type.Mark Mitchell1-1/+1
2004-06-22cp-tree.def (NEW_EXPR): Add a fourth slot.Mark Mitchell1-36/+52
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-3/+4
2004-06-20c-common.h (has_c_linkage): New interface.Zack Weinberg1-14/+0
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-2/+2
2004-06-03re PR c++/14639 ([non-unit-at-a-time] Incorrect emission of unused compiler-g...Andrew Pinski1-1/+0
2004-05-24method.c (implicitly_declare_fn): Don't call defer_fn; abort if it might be n...Geoffrey Keating1-1/+2
2004-05-19* cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg1-2/+2
2004-04-10method.c (make_alias_for_thunk): Remove preprocessor guard on declaration and...Danny Smith1-6/+0
2004-04-08re PR c++/14808 ([win32] Undefined results with virtual base classes)Danny Smith1-8/+6
2004-03-12Enabled linkonce support for Darwin.Matt Austern1-0/+2
2004-02-20re PR c++/12007 (Multiple inheritance float pass by value fails)John David Anglin1-16/+15
2004-02-04calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P parameter.Mark Mitchell1-0/+1
2004-01-30re PR c++/13693 ([tree-ssa] build failure in mipsisa64-elf)Richard Henderson1-5/+7