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 - Saving varargs for powerpc with -mpowerpc64



On Friday, November 14, 2003, at 02:04 PM, Gabriel Dos Reis wrote:


Fariborz Jahanian <fjahanian@apple.com> writes:

| This patch fixes a bug when ppc saves vararg registers in function
| prologue. Bug is with -mpowerpc64
| mode only. It replaces call to middle-end routine,
| move_block_from_reg, with an rs6000 specific one.
| bootstrap, dejagnu tested on ppc-darwin. Specific SPEC test for this
| bug, 176.gcc, builds with -O3 -mpowerpc64.
|
| David Edelsohn has approved this patch.

Is this bug also present in prerelease 3.3.3?


Yes. But this patch is one in a series of patches to provide support for -mpowerpc64.


- Fariborz

-- Gaby


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