public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jeffrey A Law <law@cygnus.com>
To: pooh@msu.ru
Cc: egcs@cygnus.com
Subject: Re: egcs-971127: results on powerpc-ibm-aix4.2.1.0
Date: Sat, 29 Nov 1997 17:19:00 -0000	[thread overview]
Message-ID: <7105.880842361@hurl.cygnus.com> (raw)
In-Reply-To: <34801C0C.A67C5FAB@msu.ru>

  In message < 34801C0C.A67C5FAB@msu.ru >you write:
  > Why there is a regression in gcc testsuite
  > (gcc.c-torture/execute/va-arg-5.c)?
Bug in Meissner's rework of some of Geoffrey Keating's patches;

This should fix the problem (and will be included in the release).

Index: rs6000.c
===================================================================
RCS file: /cvs/cvsfiles/egcs/gcc/config/rs6000/rs6000.c,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -c -3 -p -r1.3.2.4 -r1.3.2.5
*** rs6000.c	1997/11/27 00:06:51	1.3.2.4
--- rs6000.c	1997/11/29 21:37:41	1.3.2.5
*************** function_arg_partial_nregs (cum, mode, t
*** 1387,1395 ****
  	return 0;
      }
  
-   if (GET_MODE_CLASS (mode) == MODE_FLOAT && TARGET_HARD_FLOAT)
-     return 0;
- 
    if (cum->words < GP_ARG_NUM_REG
        && GP_ARG_NUM_REG < (cum->words + RS6000_ARG_SIZE (mode, type, named)))
      {
--- 1387,1392 ----

  reply	other threads:[~1997-11-29 17:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-11-29  5:48 Andrey Slepuhin
1997-11-29 17:19 ` Jeffrey A Law [this message]
1997-11-29 17:19   ` Andrey Slepuhin
1997-11-30 14:29   ` Franz Sirl
1997-11-30 20:14     ` Jeffrey A Law
1997-12-02  4:16 ` haifa-enabled " Andrey Slepuhin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7105.880842361@hurl.cygnus.com \
    --to=law@cygnus.com \
    --cc=egcs@cygnus.com \
    --cc=pooh@msu.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).