This is the mail archive of the gcc-patches@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 - Fix for several -mcpu=G5 dejagnu test failures


Fariborz Jahanian <fjahanian@apple.com> writes:

> This patch fixes save_stack_nonlocal/restore_stack_nonlocal when
> invoked in -mcpu=G5 mode. word_mode is not correct when used to
> generated addresses in -mcpu=G5. With this patch 160+ additional
> dejagnu tests pass with -mcpu=G5.
> Currently testing bootstrap, dejagnu testing on ppc-darwin. If they
> pass,
> OK to commit to main line?
> 
> - Fariborz Jahanian <fjahanian@apple.com>

This is OK.

> ChangeLog:
> 
> 2004-01-22  Fariborz Jahanian <fjahanian@apple.com>
> 
>          * gcc/config/rs6000/rs6000.md (save_stack_nonlocal):
>          Use adjust_address_nv directly with appropriate mode.
>          (restore_stack_nonlocal): Ditto.
-- 
- Geoffrey Keating <geoffk@geoffk.org>


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