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: ia64 c++ abi exception handling


On Mon, Mar 12, 2001 at 10:38:28AM -0800, Richard Henderson wrote:
> > There sure are a lot of functions that contain overlapping bits of the
> > logic about when an exception can pass through to an outer handler.  I feel
> > pretty strongly that we should contain all that (fairly complex) logic in a
> > single function.
> 
> I'll see if I can rearrange things to make that happen.

Here's a revised gcc/except.c.  The whole file is smaller than the diff.


r~

except.c.bz2


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