]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/calls.c
Replace XALLOCAVEC with XCNEWVEC (PR c/79471).
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Feb 2017 13:13:21 +0000 (13:13 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Feb 2017 13:13:21 +0000 (13:13 +0000)
commit1f303606f32422bcbb1cc464eda389aaa1f9dac9
tree9c4c388c2c68bc259e6e1411008f3b14fed68fb4
parent8e8a14c238db56c785aa1bbf446d383a31719048
Replace XALLOCAVEC with XCNEWVEC (PR c/79471).

2017-02-13  Martin Liska  <mliska@suse.cz>

PR c/79471
* calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.

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