* Clean up usages of TREE_INT_CST_LOW.
[gcc.git] / gcc / java / ChangeLog
index 23575cf9d7f44c858c62ae6e9c90f7dc3007c6fc..5d58d88b68b1b94075f877d70941acdc009b2c1c 100644 (file)
@@ -1,3 +1,13 @@
+Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * class.c (make_field_value): Properly handle sizes.
+       (get_dispatch_vector): Use tree_low_cst and host_integerp.
+       (layout_class_method): Count using trees.
+       * decl.c (push_promoted_type): Set TYPE_{MIN,MAX}_VALUE with copy_node.
+       * expr.c (java_array_data_offset): Use int_bit_position.
+       (build_newarray, build_anewarray): Use host_integerp and tree_low_cst.
+       (build_invokevirtual): Use tree_low_cst and do computations with trees.
+       
 2000-03-16  Tom Tromey  <tromey@cygnus.com>
 
        * lang.c (flag_hash_synchronization): New global.