]> git.ipfire.org Git - thirdparty/gcc.git/commit
function.c (assign_stack_local_1): Restrict sanity check on frame size overflow to...
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 12 Nov 2005 22:58:48 +0000 (22:58 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 12 Nov 2005 22:58:48 +0000 (22:58 +0000)
commit4cfe2e7514c65b59a0b5dc3f32e63b5dd7a8c26d
tree56b2692ed956683b8d074a503d91563499020f12
parent86b5dedbee173fefa9817e2b12a1d9597c95af45
function.c (assign_stack_local_1): Restrict sanity check on frame size overflow to 32-bit and above platforms.

* function.c (assign_stack_local_1): Restrict sanity check
on frame size overflow to 32-bit and above platforms.

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