aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-06re PR c++/6179 (EH regression test failure for STLport-4.5.3)Jason Merrill1-6/+7
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-1/+1
2002-02-04alpha.c (current_function_is_thunk): Don't check current_function_is_thunk.Richard Henderson1-78/+79
2002-01-24Make-lang.in (parse.c): Adjust expected number of shift-reduce conflicts.Zack Weinberg1-32/+1
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-2/+2
2002-01-17decl.c (begin_constructor_body, [...]): New fns.Jason Merrill1-5/+3
2002-01-07decl2.c (coerce_new_type): Downgrade error for size_t mismatch to pedwarn.Jason Merrill1-1/+6
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-10/+10
2001-12-13c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.Jason Merrill1-0/+3
2001-12-12decl.c (store_parm_decls): Remove parms_have_cleanups cruft.Jason Merrill1-0/+1
2001-12-04re PR c++/164 (bogus error throwing class with inaccessible base)Nathan Sidwell1-14/+27
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-3/+3
2001-11-15parse.y: Add ...Jason Merrill1-0/+3
2001-08-03cp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer used.Stan Shebs1-3/+1
2001-07-31The 3.0 ABI no longer has vbase pointer fields.Nathan Sidwell1-4/+0
2001-07-28* method.c (pending_inlines): Remove.Richard Henderson1-4/+0
2001-07-05cvt.c (convert_lvalue): New fn.Jason Merrill1-13/+14
2001-06-08re PR c++/3061 (kde2/artsd miscompilation (part 2))Nathan Sidwell1-1/+1
2001-06-06cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.Jason Merrill1-4/+1
2001-05-12dwarfout.c (dwarfout_init): Add cast.Neil Booth1-3/+0
2001-04-27method.c (use_thunk): Make sure that thunks really are emitted when requested.Mark Mitchell1-1/+7
2001-04-26invoke.texi: Document more C++ command-line options.Mark Mitchell1-4/+0
2001-04-12method.c (make_thunk): Clear DECL_CLONED_FUNCTION.Nathan Sidwell1-0/+2
2001-04-11method.c (implicitly_declare_fn): Commonize code for copy ctor and assignment...Nathan Sidwell1-28/+24
2001-04-06cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.Mark Mitchell1-1/+1
2001-03-22method.c (do_build_assign_ref): Don't use build_modify_expr for anonymous agg...Jakub Jelinek1-1/+5
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-1/+3
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-2/+0
2001-02-21tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill1-2/+0
2001-02-18Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill1-7/+21
2001-02-14cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c section.Nathan Sidwell1-1/+1
2001-02-12Remove old ABI support.Mark Mitchell1-1840/+4
2001-02-08search.c (shared_member_p): New function.Jason Merrill1-5/+11
2001-02-05method.c (build_mangled_name): Protect flush_repeats() from error_mark_node.Alexandre Oliva1-0/+10
2001-01-29tree.c, tree.h (build_parse_node): Remove; was identical to build_nt.Joseph Myers1-2/+2