aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-02Add 2004 to copyright after last commit.Richard Sandiford1-1/+1
2004-01-02re PR c++/12729 (mipsisa64-elf regressions: g++.old-deja/g++.jason/thunk1.C, ...Richard Sandiford1-0/+1
2003-12-12re PR c++/13118 ([ABI] Missed covariant return thunk)Nathan Sidwell1-47/+12
2003-12-12re PR c++/12881 (ICE in make_thunk)Nathan Sidwell1-9/+50
2003-11-06c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY field instead o...Matt Austern1-0/+1
2003-10-24PR c++/12698, c++/12699, c++/12700, c++/12566Nathan Sidwell1-0/+30
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-1/+1
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-1/+1
2003-09-09re PR bootstrap/12168 (ICE (bus error) in set_mem_attributes_minus_bitpos)Christian Ehrhardt1-0/+1