function.c (assign_stack_local_1): Issue an error message if the frame size overflows...
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 9 Nov 2005 23:28:59 +0000 (23:28 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 9 Nov 2005 23:28:59 +0000 (23:28 +0000)
commit9070115b6c6db4a9aba7745854cc37b15a88c601
treee367222eea9195650865f1c41a955e732fbe405b
parent7e854c00d04f2279ac12fe76bcd9d62f0e800223
function.c (assign_stack_local_1): Issue an error message if the frame size overflows in the signed target arithmetics.

* function.c (assign_stack_local_1): Issue an error message if
the frame size overflows in the signed target arithmetics.

From-SVN: r106717
gcc/ChangeLog
gcc/function.c