diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 76b64cbb45d..7e389d9fe1c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -30,28 +30,6 @@ Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> (size_int_2): Deleted. (size_int, bitsize_int): Don't use it and rework args. * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT. - * ch/decl.c (layout_enum): Set DECL_SIZE_UNIT. - * ch/satisfy.c (safe_satisfy_decl): Likewise. - * cp/class.c (build_primary_vtable, layout_vtable_decl): Likewise. - (avoid_overlap, build_base_field): Likewise. - (build_base_field, build_base_fields, is_empty_class): - Test DECL_SIZE with integer_zero. - (layout_class_type): Set CLASSTYPE_SIZE_UNIT. - * cp/cp-tree.h (struct lang_type): New field size_unit. - (CLASSTYPE_SIZE_UNIT): New macro. - * cp/decl.c (init_decl_processing): Set DECL_SIZE_UNIT. - (cp_finish_decl): Delete -Wlarger-than processing. - * cp/optimize.c (remap_decl): Walk DECL_SIZE_UNIT. - * cp/pt.c (tsubst_decl): Set DECL_SIZE_UNIT. - * cp/tree.c (make_binfo): binfo vector is one entry longer. - (walk_tree): Walk DECL_SIZE_UNIT. - * f/com.c (ffecom_sym_transform): Use DECL_SIZE_UNIT. - (ffecom_transform_common_, ffecom_transform_equiv_): Likewise. - (duplicate_decls): Likewise. - (ffecom_tree_canonize_ptr_): Delete extra arg to bitsize_int. - (finish_decl): Delete -Wlarger-than processing. - * java/class.c (build_class_ref, push_super_field): Set DECL_SIZE_UNIT. - * java/constants.c (build_constants_constructor): Likewise. Fri Feb 18 20:01:58 2000 Jeffrey A Law (law@cygnus.com) @@ -12418,11 +12396,8 @@ Wed Sep 8 11:40:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1999-09-08 Bruce Korb autogen@linuxbox.com - * gcc/ch/Makefile.in: Give the hapless gperf user a hint about + * Makefile.in: Give the hapless gperf user a hint about why "gperf -F" fails. - * gcc/cp/Makefile.in: ditto - * gcc/Makefile.in: ditto - * gcc/java/Makefile.in: ditto Wed Sep 8 04:43:22 1999 Richard Henderson <rth@cygnus.com> |