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]

Re: PATCH: Fix 2 PPC/SYSV varargs problems


On Wed, Jun 30, 1999 at 11:20:24AM +0200, Franz Sirl wrote:
> Well, the corner case that lead me to that solution was:

Doh.  The correct solution is

 -      if (gpr >= GP_ARG_NUM_REG)
 +      if (gpr > GP_ARG_NUM_REG)

Attached is my current patch set, which also corrects horrible
breakage in AIX.  At the moment I'm failing execute/931004-12.c
at all optimization levels, so I've not squished them all.


r~

d-ppc-arg-3.gz


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