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 Sun, 11 Mar 2001, Richard Henderson wrote:

  On Mon, Mar 12, 2001 at 12:54:28AM -0500, Phil Edwards wrote:
  > Don't think me ungrateful, but while you're changing that code, is there
  > any chance of getting an invoke.texi patch to (finally!) document this
  > switch and precisely what effects it has?
  
  No.  I'd rather remove it completely.  But there's Java and
  Ada implications that I havn't thought through.
  
We don't use this switch in GNAT. Currently only setjmp/longjmp
EH, vendor-specific EH (as on Alpha) and prologue-interpretation EH (on x86)
are used for Ada. One of the things we'd like to do soon is to integrate
with the GCC mechanisms for DWARF2-based EH. One of the problems
is that documentation in this area is rather light. 

In particular it would be very useful to have a high-level overview 
of the provided functionality and a break-down of backend/frontend/runtime 
support that is needed for the implementation.




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