This is the mail archive of the gcc@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: (lack of) Thread-safe exceptions on AIX (gcc-2.95.1)


> From: Anthony Green <green@cygnus.com>
> Date: 28 Jan 2000 13:23:20 -0800

> There are real opportunities to mess things up right now because
> glibc does not use the same exception mechanisms that we use in GCC.

> I discussed this with Ulrich recently.  It seems that the ideal
> situation is to have glibc use some kind of structured exception
> handling scheme in C which will generate the same EH bits that
> g++/gcj use.

:-) I guess it is time for someone to expose the existing machinery in
the compiler to the C language.  All the semantics are already there.
All the backend code is already there.  All the hard work has been
done.  What remains is to invent a syntax and wire it up.  Glue code
if you will.

If someone wants a cool project, and wants to be forever blamed for
exception handling in C, I'd even provide pointers, tricks and
details...  Step on up, don't be shy.

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