aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2000-03-30rtti.c (class_hint_flags): Rename flags.Nathan Sidwell4-50/+86
2000-03-29except.c (add_eh_table_entry): Mark type_info's as referenced.Nathan Sidwell2-7/+9
2000-03-29class.c: Reorganize to put virtual function table initialization machinery at...Mark Mitchell2-579/+586
2000-03-28class.c (finish_struct): Use bitsize_zero_node.Jason Merrill3-22/+29
2000-03-28Put RTTI entries at negative offsets in new ABI.Mark Mitchell8-287/+275
2000-03-28expr.c (store_constructor): SIZE now signed.Richard Kenner1-1/+0
2000-03-26c-convert.c (convert): Return if output or input type is ERROR_MARK.Richard Kenner8-39/+59
2000-03-26class.c (layout_empty_base): Handle empty bases with non-byte alignment.Mark Mitchell2-24/+42
2000-03-26decl.c (grokdeclarator): Count partial specializations when keeping track of ...Mark Mitchell3-2/+22
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner7-125/+97
2000-03-25Remove accidental commitMark Mitchell6-17/+13
2000-03-25Fix typo in ChangeLogMark Mitchell7-14/+19
2000-03-24decl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.Nathan Sidwell3-3/+17
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo15-81/+94
2000-03-22cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.Mark Mitchell4-76/+127
2000-03-22typeck.c (type_after_usual_arithmetic_conversions): Prefer a SIZETYPE to a no...Jason Merrill2-0/+11
2000-03-22class.c (layout_virtual_bases): Adjust names in conditionally compiled code.Mark Mitchell2-2/+5
2000-03-22class.c (record_base_offsets): New function.Mark Mitchell5-116/+216
2000-03-22cp-tree.h (TI_SPEC_INFO): Remove.Mark Mitchell3-3/+5
2000-03-21class.c (build_base_field): Fix thinko in computation of binfo offsets.Mark Mitchell2-2/+9
2000-03-21tree.c (mark_local_for_remap_p): Mark variables declared in TARGET_EXPRs as w...Mark Mitchell2-9/+20
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell18-91/+124
2000-03-21cxxabi.h: New header file.Nathan Sidwell10-357/+470
2000-03-20method.c (build_overload_int): Use host_integerp.Jed Wing2-5/+8
2000-03-20init.c (build_offset_ref): Handle the case of a templated member function.Theodore Papadopoulo2-3/+20
2000-03-19emit-rtl.c (push_to_full_sequence, [...]): New functions.Martin v. Löwis2-2/+6
2000-03-19cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.Mark Mitchell7-42/+82
2000-03-19class.c (check_bitfield_decl): Remove restriction on really long bitfields.Mark Mitchell2-20/+74
2000-03-18* parse.c: Regenerated.Martin v. Löwis2-7/+9
2000-03-18* parse.y (extdefs): Call ggc_collect.Martin v. Löwis2-2/+6
2000-03-18class.c (build_base_field): Use TYPE_ALIGN to examine a type.Nathan Sidwell2-2/+8
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner9-57/+71
2000-03-17typeck.c (require_complete_type): Don't assume size_zero_node.Nathan Sidwell2-3/+7
2000-03-16tweak commentJason Merrill1-1/+1
2000-03-16rtti.c (build_dynamic_cast_1): Improve diagnostics.Steven Grady2-49/+82
2000-03-16* decl2.c (grokfield): Bail out if type is error_mark_node.Nathan Sidwell2-0/+6
2000-03-15tinfo2.cc (__ptr_to_member_data): Rename to ...Nathan Sidwell3-12/+18
2000-03-15cp-tree.h (CPTI_REF_DESC_TYPE, [...]): Remove.Nathan Sidwell5-44/+19
2000-03-15decl.c (cp_finish_decl): Remove obsolete comment.Nathan Sidwell3-7/+8
2000-03-15cp-tree.h: Tweak documentation.Mark Mitchell1-2/+2
2000-03-15cp-tree.h: Tweak documentation.Mark Mitchell2-246/+339
2000-03-14Jeff Sturm <jsturm@sigma6.com>Jeff Sturm2-1/+5
2000-03-13decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.Jason Merrill3-15/+48
2000-03-13cp-tree.h (revert_static_member_fn): Change prototype.Mark Mitchell4-24/+26
2000-03-12Revert previous checkinGabriel Dos Reis1-6/+5
2000-03-12cp-tree.h (scope_kind): New type.Mark Mitchell5-232/+392
2000-03-12lex.c (whitespace_cr): Compress consecutive calls to warning().Gabriel Dos Reis4-19/+22
2000-03-11oopsJason Merrill1-1/+1
2000-03-11exception.cc (__check_null_eh_spec): New fn.Jason Merrill3-28/+60
2000-03-11tweak formattingJason Merrill1-1/+2