aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-10-16re PR c++/7524 ([Regression from GCC 2.95.3] f(const float arg[3]) fails)Mark Mitchell1-1/+1
2002-10-02re PR c++/7188 (Segfault with template class and recursive (incorrect) inital...Mark Mitchell1-12/+13
2002-09-30store-layout.c (finish_record_layout): Add free_p parameter.Mark Mitchell1-2/+2
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-08-08Rework build_component_ref.Mark Mitchell1-6/+20
2002-08-05Index: ChangeLogGeoffrey Keating1-1/+0
2002-08-01call.c (build_field_call): Do not look up the field by name.Mark Mitchell1-17/+23
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-3/+0
2002-04-29re PR c++/6492 (New boost regression (friends))Mark Mitchell1-3/+10
2002-04-26re PR bootstrap/6445 (ICE bootstrapping objc for i386-rtems)Mark Mitchell1-1/+1
2002-04-24re PR c++/6331 (g++ 3.1 looses const qualifiers)Jason Merrill1-1/+1