OSDN Git Service

* expr.c (store_constructor): Use rtvec_alloc instead of
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jan 2005 08:37:00 +0000 (08:37 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jan 2005 08:37:00 +0000 (08:37 +0000)
commit9c1b832c4486c5105e78e044bcfa51ac7a7e6ee7
tree026fb0157df09611a19dccbb67c7d5495c7b283f
parent84846cff454cc2239065b6fa79fa35eb1c2e1a44
    * expr.c (store_constructor): Use rtvec_alloc instead of
        alloca+gen_rtvec_v, and an incorrect number passed to alloca.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93177 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expr.c