expr.c (store_constructor_field): Don't call store_constructor if bitsize is not...
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Tue, 4 May 2004 19:57:35 +0000 (19:57 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 4 May 2004 19:57:35 +0000 (15:57 -0400)
commit6c89c39a4880297da031f52ade9b839c6e73ef48
tree4f4c0cdeb8e0553afac758556ed2a79a75fc68fd
parent27c2c3ec4ac46015d9a616c2aafe30fd1b5582ab
expr.c (store_constructor_field): Don't call store_constructor if bitsize is not a multiple of a byte.

* expr.c (store_constructor_field): Don't call store_constructor
if bitsize is not a multiple of a byte.

From-SVN: r81487
gcc/ChangeLog
gcc/expr.c