expr.c (store_constructor): Use rtvec_alloc instead of alloca+gen_rtvec_v...
authorRichard Henderson <rth@redhat.com>
Tue, 11 Jan 2005 08:37:00 +0000 (00:37 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 11 Jan 2005 08:37:00 +0000 (00:37 -0800)
commit201dd46b9827597fdc60534fd9de31f36f998be3
tree026fb0157df09611a19dccbb67c7d5495c7b283f
parent35c0104b03b990b8fb2db82dfcf732ae3aad753d
expr.c (store_constructor): Use rtvec_alloc instead of alloca+gen_rtvec_v...

        * expr.c (store_constructor): Use rtvec_alloc instead of
        alloca+gen_rtvec_v, and an incorrect number passed to alloca.

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