OSDN Git Service

* except.c (find_exception_handler_labels): Use xmalloc instead of
authorbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Sep 1997 19:07:05 +0000 (19:07 +0000)
committerbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Sep 1997 19:07:05 +0000 (19:07 +0000)
commit66f7d2f48eb0a9c8b6cc8e822f3c6a28d6525c17
treef005856d2982fe850561e628b9793fdb8e0161da
parentf7cba5d4c0e16fa5c49b54cc7e2cbb7863e63e65
* 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.

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