OSDN Git Service

* function.h (frame_offset_overflow): Declare.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Mar 2006 14:52:57 +0000 (14:52 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Mar 2006 14:52:57 +0000 (14:52 +0000)
commit26d04e5f6ba139e1bb67304415bd449fb3850aaf
tree85ac110020df9a0d5ae2303c5c233d027bad4d3a
parent49166fc31e2764a27545c4522a21396ce2e5814b
* function.h (frame_offset_overflow): Declare.
* function.c (frame_offset_overflow): New function.
(assign_stack_local_1): Call it to detect that the offset overflows.
* cfgexpand.c (alloc_stack_frame_space): Likewise.

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