stor-layout.c (compute_record_mode): Use tree_low_cst.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Fri, 20 Oct 2000 19:42:40 +0000 (19:42 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 20 Oct 2000 19:42:40 +0000 (15:42 -0400)
commit382110c01055c5f8dc8248d20dd2a4e9ea3f9553
tree0e5a2b6551decd38ed5f8c09625492d2fb4d730e
parent1dcdb0df61a9811b076bb7d175666eaf0d421909
stor-layout.c (compute_record_mode): Use tree_low_cst.

* stor-layout.c (compute_record_mode): Use tree_low_cst.
Don't use mode of field for record unless sizes are the same.
(layout_type, case ARRAY_TYPE): Remove special bounds handling
previously added for Ada; also change to using host_integerp
and tree_low_cst.

From-SVN: r36976
gcc/ChangeLog
gcc/stor-layout.c