aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-08-15* method.c (use_thunk): Expand body directly.Jan Hubicka1-1/+1
2003-07-30decl2.c (maybe_make_one_only): Use mark_referenced.Jan Hubicka1-2/+2
2003-07-28cp-tree.h (begin_compound_stmt): No scope arg is a bool.Nathan Sidwell1-4/+4
2003-07-24cp-tree.h (convert_to_base_statically): Declare.Mark Mitchell1-1/+1
2003-07-21cp-tree.h (hack_identifier): Remove.Nathan Sidwell1-113/+0
2003-07-18cp-tree.h (finish_non_static_data_member): Add object param.Nathan Sidwell1-1/+1
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-3/+1
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-4/+4
2003-07-02decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.Jan Hubicka1-2/+2
2003-06-24call.c (enforce_access): Assert we get a binfo.Nathan Sidwell1-1/+1
2003-06-24method.c (thunk_labelno): Move outside ifdef block to make garbage collector ...Jan Hubicka1-1/+3
2003-06-24method.c: add prototype for make_alias_for_thunk.Andrew Pinski1-0/+5
2003-06-23i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF.Jakub Jelinek1-4/+74
2003-06-16cp-tree.h: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-1/+1
2003-05-11* method.c (synthesize_method): Call push/pop_deferring_access_checks.Kriang Lerdsuwanakij1-0/+6
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij1-5/+3
2003-05-03class.c (finish_struct): Use location_t and input_location directly.Nathan Sidwell1-2/+1
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-3/+3
2003-04-28re PR c++/10506 (ICE in build_new at cp/init.c with -fkeep-inline-functions a...Mark Mitchell1-0/+3
2003-04-03gengtype-lex.l (IWORD): Add CHAR_BITFIELD.Kaveh R. Ghazi1-1/+1
2003-01-30c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a...Mark Mitchell1-30/+0
2003-01-10Merge from pch-branch.Geoffrey Keating1-3/+2
2003-01-04method.c (use_thunk): Disable access control while building the body of the t...Mark Mitchell1-1/+8
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-30cp-tree.h (THUNK_TARGET): New macro.Nathan Sidwell1-29/+30
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-38/+3
2002-12-26re PR c++/4803 (Inline function never defined)Nathan Sidwell1-0/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-145/+174
2002-10-25class.c (build_vtbl_initializer): Don't use build_vtable_entry.Mark Mitchell1-53/+54
2002-10-22target.h (gcc_target.asm_out): Merge output_mi_thunk and output_mi_vcall_thun...Richard Henderson1-18/+17
2002-10-20alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to match target.h.Mark Mitchell1-3/+6
2002-10-18target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.Mark Mitchell1-7/+19