except.c (find_exception_handler_labels): Use xmalloc instead of alloca...
authorBrendan Kehoe <brendan@cygnus.com>
Mon, 15 Sep 1997 19:07:05 +0000 (19:07 +0000)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Mon, 15 Sep 1997 19:07:05 +0000 (15:07 -0400)
commit1d77fa53978457059fc591f35d70f25977651d2a
treef005856d2982fe850561e628b9793fdb8e0161da
parent18a7cd243d74586c14597c1ccdb2124275a338d4
except.c (find_exception_handler_labels): Use xmalloc instead of alloca...

* except.c (find_exception_handler_labels): Use xmalloc instead of
alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
in some cases.

From-SVN: r15452
gcc/ChangeLog
gcc/except.c