This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Ping: Patch to fix bootstrap on IA64 HP-UX
- From: Steve Ellcey <sje at cup dot hp dot com>
- To: jakub at redhat dot com, gcc-patches at gcc dot gnu dot org, wilson at tuliptree dot org
- Date: Tue, 29 Apr 2008 13:03:28 -0700 (PDT)
- Subject: Re: Ping: Patch to fix bootstrap on IA64 HP-UX
> Given that
> stack_pointer_rtx = gen_raw_REG (Pmode, STACK_POINTER_REGNUM);
> on all targets and STACK_SAVEAREA_MODE (SAVE_BLOCK) is always Pmode,
> shouldn't that just use sa = convert_memory_address (Pmode, sa); ?
That does seems reasonable. I'll tweak my patch to do that.
Steve Ellcey
sje@cup.hp.com