This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: sjlj-exceptions ICE. simplified test case
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: sjlj-exceptions ICE. simplified test case
- From: Clinton Popetz <cpopetz at cygnus dot com>
- Date: Wed, 26 Apr 2000 15:00:10 -0500
- Cc: Richard Henderson <rth at cygnus dot com>, Jason Merrill <jason at cygnus dot com>, Marc Espie <espie at quatramaran dot ens dot fr>, gcc at gcc dot gnu dot org
- References: <rth@cygnus.com> <200004261930.PAA25062@mal-ach.watson.ibm.com>
On Wed, Apr 26, 2000 at 03:30:08PM -0400, David Edelsohn wrote:
> I think that you should look at the amount of effort that Cygnus
> put into implementing dwarf2 EH tables on AIX/XCOFF. Talk to Andrew
> Macleod, Clinton Popetz, and Geoff Keating.
That's all Geoff's work.
The patches in question were:
http://gcc.gnu.org/ml/gcc-patches/2000-02/msg00109.html
http://gcc.gnu.org/ml/gcc-patches/2000-02/msg00148.html
http://gcc.gnu.org/ml/gcc-patches/2000-02/msg00269.html
http://gcc.gnu.org/ml/gcc-patches/2000-02/msg00337.html
I won't argue the removing-sjlj point either way, but I would rather do the
amount of work in the above patches than repeat my experience a few months ago
fixing an obscure sjlj bug. Yuck.
-Clint