summaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/13693rth2004-01-301-5/+7
* Add 2004 to copyright after last commit.rsandifo2004-01-021-1/+1
* PR target/12729rsandifo2004-01-021-0/+1
* cp:nathan2003-12-121-47/+12
* PR c++/12881nathan2003-12-121-9/+50
* * c-common.c (handle_visibility_attribute): Set DECL_VISIBILITYaustern2003-11-061-0/+1
* cp:nathan2003-10-241-0/+30
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.rth2003-09-221-1/+1
* * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.rth2003-09-211-1/+1
* PR bootstrap/12168ebotcazou2003-09-091-0/+1
* * method.c (use_thunk): Expand body directly.hubicka2003-08-151-1/+1
* * decl2.c (maybe_make_one_only): Use mark_referenced.hubicka2003-07-301-2/+2
* * cp-tree.h (begin_compound_stmt): No scope arg is a bool.nathan2003-07-281-4/+4
* * cp-tree.h (convert_to_base_statically): Declare.mmitchel2003-07-241-1/+1
* cp:nathan2003-07-211-113/+0
* cp:nathan2003-07-181-1/+1
* * cp-tree.h (build_scoped_method_call): Remove.mmitchel2003-07-081-3/+1
* * call.c: Fix comment formatting.kazu2003-07-061-4/+4
* * decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.hubicka2003-07-021-2/+2
* * call.c (enforce_access): Assert we get a binfo.nathan2003-06-241-1/+1
* * method.c (thunk_labelno): Move outside ifdef block to make garbagehubicka2003-06-241-1/+3
* * method.c: add prototype for make_alias_for_thunk.jakub2003-06-241-0/+5
* * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,jakub2003-06-231-4/+74
* * cp-tree.h: Follow spelling conventions.kazu2003-06-161-1/+1
* * tree.h (init_function_start): Remove filename and line paramters.nathan2003-06-141-1/+1
* * method.c (synthesize_method): Call push/pop_deferring_access_checks.lerdsuwa2003-05-111-0/+6
* PR c++/9252lerdsuwa2003-05-101-5/+3
* * class.c (finish_struct): Use location_t and input_locationnathan2003-05-031-2/+1
* * input.h (lineno): Rename to ...nathan2003-05-011-3/+3
* PR c++/10506mmitchel2003-04-281-0/+3
* gcc:ghazi2003-04-031-1/+1
* * c-common.c (builtin_define_float_constants): Definemmitchel2003-01-301-30/+0
* Merge from pch-branch.geoffk2003-01-101-3/+2
* * method.c (use_thunk): Disable access control while building themmitchel2003-01-041-1/+8
* * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c,neil2003-01-011-4/+4
* cp:nathan2002-12-301-29/+30
* * Make-lang.in (po-generated): Remove parse.c.mmitchel2002-12-281-38/+3
* cp:nathan2002-12-261-0/+2
* Merge basic-improvements-branch to trunkzack2002-12-161-145/+174
* * class.c (build_vtbl_initializer): Don't use build_vtable_entry.mmitchel2002-10-251-53/+54
* gcc/rth2002-10-221-18/+17
* * alpha-protos.h (alpha_output_mi_thunk_osf): Update signature tommitchel2002-10-201-3/+6
* * target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.mmitchel2002-10-181-7/+19
* PR c++/7524mmitchel2002-10-161-1/+1
* PR c++/7188.mmitchel2002-10-021-12/+13
* * store-layout.c (finish_record_layout): Add free_p parameter.mmitchel2002-09-301-2/+2
* * ChangeLog: Follow spelling conventions.kazu2002-09-211-1/+1
* * error.c: Fix comment formatting.kazu2002-09-141-1/+1
* Rework build_component_ref.mmitchel2002-08-081-6/+20
* Index: ChangeLoggeoffk2002-08-051-1/+0