re PR middle-end/17965 (ice in expand_call)
authorJakub Jelinek <jakub@redhat.com>
Sun, 26 Jun 2005 05:27:14 +0000 (07:27 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sun, 26 Jun 2005 05:27:14 +0000 (07:27 +0200)
commitd9725c411caad2a174d3e3d91929240323661778
tree8c9bcda4847f4df544cda5ec12d8094d3a8ec3f4
parent19dbbf3697cff8c0eb50b5ada203860c623f2cde
re PR middle-end/17965 (ice in expand_call)

PR middle-end/17965
* calls.c (expand_call, emit_library_call_value_1): Use xmalloc/free
instead of alloca for really big argument sizes.

* gcc.c-torture/compile/20050622-1.c: New test.

From-SVN: r101333
gcc/ChangeLog
gcc/calls.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20050622-1.c [new file with mode: 0644]