* Clean up usages of TREE_INT_CST_LOW.
[gcc.git] / gcc / ch / ChangeLog
index 3a4e22f66e3ab3efd852f00f7f7775786329babd..9336309aa666e86aca1fa778b99de0721ea4a5d3 100644 (file)
@@ -1,3 +1,19 @@
+Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * typeck.c (min_precision): New function.
+       (build_chill_slice): Use host_integerp and tree_low_cst.
+       (expand_constant_to_buffer): Likewise and also int_bit_position.
+       LO is unsigned HOST_WIDE_INT
+       (build_chill_array_ref_1): Make `i' be HOST_WIDE_INT; use tree_low_cst.
+       (extract_constant_from_buffer): Sizes are now HOST_WIDE_INT.
+       Use host_integerp and tree_low_cst.
+       (build_chill_bin_type): Use host_integerp and tree_low_cst.
+       (layout_chill_range_type): Use tree_int_cst_sgn, compare_tree_int,
+       tree_low_cst, and min_precision.
+       (apply_chill_array_layout): Cleanups for types of variables
+       and use tree_int_cst_sgn, compare_tree_int, and tree_low_cst.
+       (apply_chill_field_layout): Likewise.
+
 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * grant.c (globalize_decl): Constify a char*.