This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Exception handling: stack adjust in cleanups


On Wed, Apr 25, 2001 at 06:08:05PM +0100, Andrew Haley wrote:
> 	* except.c (expand_eh_region_end_cleanup): Force pending stack
> 	adjust before emitting label that branches aroud cleanup code.

Good spotting.  This same fix is needed in the other two places 
(that Jason just added) that create a RESX jump.  All other places
appear to use emit_jump, which takes care of this itself.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]