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]
Other format: [Raw text]

Re: PATCH: -fomit-frame-pointer and exceptions or setjmp/longjmp


On Tue, Jul 02, 2002 at 04:45:55PM -0700, Richard Henderson wrote:
> On Tue, Jul 02, 2002 at 05:08:49AM +0600, Denis Zaitsev 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.

The call frame info has other problems too, if you are talking about
that.  But these are the other, not this problem.  BTW, where PR 6678
is?  I haven't found it in the list.

> In any case, I won't apply this.  I'd rather see the POP insn
> merged into the prologue_get_pc pattern.

Will it be merged or won't, how will it influence over the
relationship between the call insn and dwarf2out_frame_debug_expr's
behaviour?  I mean that this is a very special call, and so it should
be followed with the instructions for the call frame info generation,
else dwarf2out_frame_debug_expr does the wrong things.  What do you
think is wrong here?


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