typeck.c (java_array_type_length, [...]): Represent empty arrays by NULL index.
authorMatt Kraai <kraai@alumni.carnegiemellon.edu>
Fri, 7 Sep 2001 08:54:32 +0000 (08:54 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 7 Sep 2001 08:54:32 +0000 (01:54 -0700)
commit6a9f67271e36408566367fee6cdff374b85550ed
tree1e788927b81a47a45083c0dbbb5b39a39a643941
parentb5f20931962d4ef52f2ff80891a7feb74e6811be
typeck.c (java_array_type_length, [...]): Represent empty arrays by NULL index.

        * java/typeck.c (java_array_type_length, build_prim_array_type):
        Represent empty arrays by NULL index.

        * stor-layout.c (compute_record_mode): Check DECL_SIZE is set.

From-SVN: r45460
gcc/ChangeLog
gcc/java/ChangeLog
gcc/java/typeck.c
gcc/stor-layout.c