This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: BUG? -fomit-frame-pointer and exceptions or setjmp/longjmp
On Mon, Jun 10, 2002 at 09:48:28PM +0100, Nix wrote:
> ...
> As the trace shows, this crash occurs during unwinding, the presence or
> absence of a catch is irrelevant. I'm rather wondering why we're hitting
> MD_FALLBACK_FRAME_STATE_FOR at all: perhaps there's a problem in FDE
> generation or something.
Exact, uw_update_context_1 calculates bad context->cfa, if it works
for a function with the frame pointer omited. Now I'm looking what
follows...