This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: -fasynchronous-exceptions
- To: tromey at cygnus dot com
- Subject: Re: Patch: -fasynchronous-exceptions
- From: Andrew Haley <aph at pasanda dot cygnus dot co dot uk>
- Date: 27 Apr 2000 15:44:17 -0000
- CC: bryce at albatross dot co dot nz, tromey at cygnus dot com, java-patches at sourceware dot cygnus dot com
> Date: Thu, 27 Apr 2000 08:24:37 -0700 (PDT)
> From: Tom Tromey <tromey@cygnus.com>
>
> Bryce> I think this flag should be added to the jc1 flags in
> Bryce> libgcj.spec, and also done for .java files in the libgcj build;
> Bryce> or alternativly made the automatic default in jc1 (at least
> Bryce> until someone comes up with a better fix). I've tested this and
> Bryce> it fixes PR 184 (at least the parts of that which arn't a
> Bryce> duplicate of PR 2).
>
> Andrew checked in a patch to do this a long time ago.
> Does it not work?
No, it doesn't. My patch only works for routines with try blocks, and
it also needs to be turned on for Java leaf routines.
Andrew.