This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: -fomit-frame-pointer and exceptions or setjmp/longjmp
- From: Denis Zaitsev <zzz at cd-club dot ru>
- To: gcc at gcc dot gnu dot org
- Cc: Richard Henderson <rth at redhat dot com>, Nix <nix at esperi dot demon dot co dot uk>
- Date: Wed, 3 Jul 2002 22:55:00 +0600
- Subject: Re: PATCH: -fomit-frame-pointer and exceptions or setjmp/longjmp
- References: <20020603032930.A23158@natasha.zzz.zzz> <20020602151141.A13006@redhat.com> <87fzzuc12b.fsf@amaterasu.srvr.nix> <20020614052419.A6289@natasha.zzz.zzz> <87it4l8z43.fsf@amaterasu.srvr.nix> <20020702050849.A13730@natasha.zzz.zzz> <20020702164555.A2299@redhat.com>
On Tue, Jul 02, 2002 at 04:45:55PM -0700, Richard Henderson wrote:
> While this patch may or may not be correct, it is definitely
> the only problem. See PR 6678 for an example that does not
> require -fpic at all.
>
Ok, I've found this PR 6678. It can happy be a complete another
problem. While my patch cures a concrete bug... And it is not
eh-related, its subject is bad DWARF call frame info generation.
Exception handling problems are just the consecuencies. So, I'm
sorry, it seems that I misunderstand something, - what do you mean?