* call.c (build_call_n): Call XALLOCAVEC instead of alloca.
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jun 2010 15:16:54 +0000 (15:16 +0000)
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jun 2010 15:16:54 +0000 (15:16 +0000)
commitfd70b918fb48af1591d29b6496f293212a3b8456
tree6162a09559481c767b455c6ea6b6ef7861306c48
parentd44856e9db112211737f321e4622eb2393f6f87d
* call.c (build_call_n): Call XALLOCAVEC instead of alloca.
(build_op_delete_call): Likewise.
(build_over_call): Likewise.
* cp-gimplify.c (cxx_omp_clause_apply_fn): Likewise.
* pt.c (process_partial_specialization): Likewise.
(tsubst_template_args): Likewise.
* semantics.c (finish_asm_stmt): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160485 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-gimplify.c
gcc/cp/pt.c
gcc/cp/semantics.c