This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: pb with frame notes from hppa_expand_prologue ?
On Thu, Aug 09, 2001 at 12:16:08PM +0200, Olivier Hainque wrote:
>
> :) There seems to be attempts to deal with this sort of thing in other
> branches of the prologue expansion (sections within "if (DO_FRAME_NOTES)"
> when frame_pointer_needed). Was that actually the intent ?
Yes, those are to deal with awkward instructions that the generic code
doesn't handle. For the pa.c:3108 problem, you'll need something similar
to the code that handles gen_post_store at pa.c:3030.
Alan