aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2000-01-29Update.Ulrich Drepper1-0/+4
2000-01-29Adjust variable names, comments, help strings.Ulrich Drepper1-2/+2
2000-01-29new2.cc (operator delete[]): Use operator delete, don't assume implementation.Nathan Sidwell2-5/+8
2000-01-29class.c (build_vtbl_initializer): Add argument to build_vtable_entry call.Nathan Sidwell2-1/+7
2000-01-29cp-tree.def (THUNK_DECL): Discuss vcall indices.Mark Mitchell5-194/+209
2000-01-28Fix recent small bugMike Stump1-1/+3
2000-01-28Compiler side new abi rtti (not enabled).Nathan Sidwell5-83/+932
2000-01-27Fix winsup (cygwin) build failure with VLAs and inline functions.Jim Wilson2-0/+15
2000-01-27decl.c (pushdecl): Fix up shadow warnings with respect to implicit for scopes.Mike Stump2-21/+31
2000-01-26pt.c (unify): Use fold, not maybe_fold_nontype_arg.Jason Merrill2-4/+5
2000-01-26calls.c (special_function_p): New argument fork_or_exec.J"orn Rennecke2-1/+8
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi31-1460/+1496
2000-01-25tree.def (UNNE_EXPR): Remove.Richard Henderson2-1/+4
2000-01-25cp-tree.h (vcall_offset_in_vtable_p): New macro.Mark Mitchell3-36/+254
2000-01-25decl.c (member_function_or_else): Change third arg from a format specifier to...Kaveh R. Ghazi2-8/+20
2000-01-25typeck.c (composite_pointer_type, [...]): Avoid ANSI string concatenation usage.Gabriel Dos Reis2-32/+22
2000-01-25class.c (layout_class_type): Put the fields required to make a class non-empt...Mark Mitchell2-7/+24
2000-01-25pt.c (maybe_fold_nontype_arg): Do nothing if we're not in a template.Jason Merrill3-1/+15
2000-01-24typoJason Merrill1-1/+1
2000-01-24rtl.def: Add unordered fp comparisions.Richard Henderson3-43/+51
2000-01-24cp-tree.h (CPTI_BAD_CAST, [...]): New cp_tree_index values.Nathan Sidwell4-29/+83
2000-01-24cp-tree.h (get_vtable_decl): Prototype new function.Nathan Sidwell4-23/+67
2000-01-24cp-tree.h (CPTI_TP_DESC_TYPE, [...]): Remove cp_tree_index enumerations.Nathan Sidwell6-86/+162
2000-01-23cp-tree.h (__eprintf): Remove declaration.Mark Mitchell3-29/+21
2000-01-23* class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly.Brad Lucier2-3/+9
2000-01-23cp-tree.h (register_dtor_fn): New function.Mark Mitchell5-16/+56
2000-01-20Remap dynamic cast hint values to be consistent across ABIs.Nathan Sidwell5-23/+37
2000-01-20typeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.Gabriel Dos Reis3-8/+15
2000-01-20class.c (dump_class_hierarchy): Make format agree with argument; cast pointer...Brad Lucier2-2/+7
2000-01-19decl2.c (lang_decode_option): Set default line-wrap length to 72.Gabriel Dos Reis4-95/+110
2000-01-19tree.c (bot_manip): Set DECL_CONTEXT for newly created VAR_DECLs.Mark Mitchell2-2/+11
2000-01-18cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.Nathan Sidwell8-85/+87
2000-01-18class.c (fixed_type_or_null): Don't clear NONNULL.Mark Mitchell3-6/+10
2000-01-17cp-tree.h (build_shared_int_cst): New function.Mark Mitchell5-43/+122
2000-01-17cp-tree.h (scratchalloc): Remove.Mark Mitchell13-121/+188
2000-01-17class.c (finish_struct_1): Replace redundant code with assertions.Mark Mitchell2-11/+14
2000-01-17cp-tree.h (flag_new_abi): Move.Mark Mitchell11-172/+335
2000-01-16init.c (construct_virtual_bases): Don't look up the addresses of virtual base...Mark Mitchell2-4/+18
2000-01-16class.c (build_vbase_pointer): Relocate.Mark Mitchell2-221/+190
2000-01-16decl.c (init_decl_processing): Complain if -fnew-abi -fno-vtable-thunks is used.Mark Mitchell2-0/+8
2000-01-16decl2.c (lang_decode_option): Don't couple flag_honor_std to flag_new_abi.Mark Mitchell2-2/+5
2000-01-16cp-tree.h (num_extra_vtbl_entries): New function.Mark Mitchell6-27/+247
2000-01-15optimize.c (copy_body_r): Clear the operand three of a TARGET_EXPR when copyi...Mark Mitchell2-2/+13
2000-01-14method.c (build_decl_overload_real): Check whether we are in :: before return...Martin v. Löwis2-2/+8
2000-01-14Commit the change corresponding to the ChangeLog entry:Gabriel Dos Reis1-0/+2
2000-01-14Commit ChangeLog entries 2000-01-13 Nathan Sidwell <sidwell@codesourcery.com>...Nathan Sidwell1-0/+8
2000-01-14pt.c (tsubst_friend_function): Improve comment.Mark Mitchell3-5/+16
2000-01-13calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in macro conditi...Kaveh R. Ghazi2-0/+8
2000-01-13g++spec.c (lang_specific_driver): Add -fnew-abi if ENABLE_NEW_GXX_ABI defined.Nathan Sidwell2-14/+22
2000-01-13* decl.c (start_cleanup_fn): Call pushdecl.Mark Mitchell2-0/+3