summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* Fix gdb testsuite regressions.Jim Wilson2000-01-312-4/+15
* tinfo.h (old abi): #include "tconfig.h".Jason Merrill2000-01-313-21/+20
* cp-tree.h (BINFO_VIRTUALS): Tweak documentation.Mark Mitchell2000-01-314-473/+311
* tinfo.h: Rename USItype to myint32, depend on BITS_PER_UNIT.Jason Merrill2000-01-313-5/+19
* * cp-tree.h (make_thunk): PROTO -> PARAMS.Kaveh R. Ghazi2000-01-312-1/+5
* cp-tree.h (new_abi_rtti_p): Use flag_new_abi.Nathan Sidwell2000-01-317-21/+1234
* class.c (build_vtable): Rename to build_primary_vtable.Mark Mitchell2000-01-312-53/+88
* Update.Ulrich Drepper2000-01-291-0/+4
* Adjust variable names, comments, help strings.Ulrich Drepper2000-01-291-2/+2
* new2.cc (operator delete[]): Use operator delete, don't assume implementation.Nathan Sidwell2000-01-292-5/+8
* class.c (build_vtbl_initializer): Add argument to build_vtable_entry call.Nathan Sidwell2000-01-292-1/+7
* cp-tree.def (THUNK_DECL): Discuss vcall indices.Mark Mitchell2000-01-295-194/+209
* Fix recent small bugMike Stump2000-01-281-1/+3
* Compiler side new abi rtti (not enabled).Nathan Sidwell2000-01-285-83/+932
* Fix winsup (cygwin) build failure with VLAs and inline functions.Jim Wilson2000-01-272-0/+15
* decl.c (pushdecl): Fix up shadow warnings with respect to implicit for scopes.Mike Stump2000-01-272-21/+31
* pt.c (unify): Use fold, not maybe_fold_nontype_arg.Jason Merrill2000-01-262-4/+5
* calls.c (special_function_p): New argument fork_or_exec.J"orn Rennecke2000-01-262-1/+8
* call.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-2631-1460/+1496
* tree.def (UNNE_EXPR): Remove.Richard Henderson2000-01-252-1/+4
* cp-tree.h (vcall_offset_in_vtable_p): New macro.Mark Mitchell2000-01-253-36/+254
* decl.c (member_function_or_else): Change third arg from a format specifier to...Kaveh R. Ghazi2000-01-252-8/+20
* typeck.c (composite_pointer_type, [...]): Avoid ANSI string concatenation usage.Gabriel Dos Reis2000-01-252-32/+22
* class.c (layout_class_type): Put the fields required to make a class non-empt...Mark Mitchell2000-01-252-7/+24
* pt.c (maybe_fold_nontype_arg): Do nothing if we're not in a template.Jason Merrill2000-01-253-1/+15
* typoJason Merrill2000-01-241-1/+1
* rtl.def: Add unordered fp comparisions.Richard Henderson2000-01-243-43/+51
* cp-tree.h (CPTI_BAD_CAST, [...]): New cp_tree_index values.Nathan Sidwell2000-01-244-29/+83
* cp-tree.h (get_vtable_decl): Prototype new function.Nathan Sidwell2000-01-244-23/+67
* cp-tree.h (CPTI_TP_DESC_TYPE, [...]): Remove cp_tree_index enumerations.Nathan Sidwell2000-01-246-86/+162
* cp-tree.h (__eprintf): Remove declaration.Mark Mitchell2000-01-233-29/+21
* * class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly.Brad Lucier2000-01-232-3/+9
* cp-tree.h (register_dtor_fn): New function.Mark Mitchell2000-01-235-16/+56
* Remap dynamic cast hint values to be consistent across ABIs.Nathan Sidwell2000-01-205-23/+37
* typeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.Gabriel Dos Reis2000-01-203-8/+15
* class.c (dump_class_hierarchy): Make format agree with argument; cast pointer...Brad Lucier2000-01-202-2/+7
* decl2.c (lang_decode_option): Set default line-wrap length to 72.Gabriel Dos Reis2000-01-194-95/+110
* tree.c (bot_manip): Set DECL_CONTEXT for newly created VAR_DECLs.Mark Mitchell2000-01-192-2/+11
* cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.Nathan Sidwell2000-01-188-85/+87
* class.c (fixed_type_or_null): Don't clear NONNULL.Mark Mitchell2000-01-183-6/+10
* cp-tree.h (build_shared_int_cst): New function.Mark Mitchell2000-01-175-43/+122
* cp-tree.h (scratchalloc): Remove.Mark Mitchell2000-01-1713-121/+188
* class.c (finish_struct_1): Replace redundant code with assertions.Mark Mitchell2000-01-172-11/+14
* cp-tree.h (flag_new_abi): Move.Mark Mitchell2000-01-1711-172/+335
* init.c (construct_virtual_bases): Don't look up the addresses of virtual base...Mark Mitchell2000-01-162-4/+18
* class.c (build_vbase_pointer): Relocate.Mark Mitchell2000-01-162-221/+190
* decl.c (init_decl_processing): Complain if -fnew-abi -fno-vtable-thunks is used.Mark Mitchell2000-01-162-0/+8
* decl2.c (lang_decode_option): Don't couple flag_honor_std to flag_new_abi.Mark Mitchell2000-01-162-2/+5
* cp-tree.h (num_extra_vtbl_entries): New function.Mark Mitchell2000-01-166-27/+247
* optimize.c (copy_body_r): Clear the operand three of a TARGET_EXPR when copyi...Mark Mitchell2000-01-152-2/+13