This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: DWARF2 CFI in absence of a frame pointer
- From: Richard Henderson <rth at redhat dot com>
- To: Mark Kettenis <kettenis at chello dot nl>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 27 Nov 2003 15:44:31 -0800
- Subject: Re: DWARF2 CFI in absence of a frame pointer
- References: <200311272308.hARN8rww016158@elgar.kettenis.dyndns.org>
On Fri, Nov 28, 2003 at 12:08:53AM +0100, Mark Kettenis wrote:
> In particular, GCC will generate CFI for the epilogue ...
This should not be happening. We don't generate CFI for the
epilogue *at all*. We should, I know, but we don't. There
is an open enhancement PR for this.
Do you have an example that shows this bug?
r~