public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Craig Rodrigues <rodrigc@mediaone.net>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: other/3051: Internal compiler error compiling Asmutils
Date: Sat, 02 Mar 2002 18:46:00 -0000	[thread overview]
Message-ID: <20020303024601.29904.qmail@sources.redhat.com> (raw)

The following reply was made to PR other/3051; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc@mediaone.net>
To: dl@gazeta.ru, c.williams@swflug.org, gcc-gnats@gcc.gnu.org,
   gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: other/3051: Internal compiler error compiling Asmutils
Date: Sat, 02 Mar 2002 21:43:27 -0500

 This is a multi-part message in MIME format.
 --------------D9FB5DA03BF1EF0BE65D5412
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3051
 
 I have submitted this patch to the asmutils maintainer which
 allows asmutils to compile under gcc 3.0.4 and gcc 3.1 (prerelease)
 
 
 --
 Craig Rodrigues
 http://www.gis.net/~craigr
 rodrigc@attbi.com
 
 
 
 --------------D9FB5DA03BF1EF0BE65D5412
 Content-Type: text/plain; charset=us-ascii;
  name="1.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="1.txt"
 
 Index: libm.c
 ===================================================================
 RCS file: /cvsroot/asm/asmutils/lib/libm.c,v
 retrieving revision 1.5
 diff -u -r1.5 libm.c
 --- libm.c	2 Mar 2002 20:23:14 -0000	1.5
 +++ libm.c	3 Mar 2002 02:36:31 -0000
 @@ -719,7 +719,7 @@
        "=t"(ret):\
        "u"(y),\
        "0"(x):\
 -      "eax","st")
 +      "eax","st(1)")
  
  float (fmodf)(float x,float y)
  {
 @@ -1642,7 +1642,7 @@
        "=t"(ret)   :\
        "0"(x),\
        "u"(n):\
 -      "st")
 +      "st(1)")
  
  float (scalbnf)(float x,int n)
  {
 @@ -1716,7 +1716,7 @@
  #define __SINCOS(x,cosptr,sinptr)\
  {\
    register long double sv,cv;\
 -  asm("fsincos":"=t"(cv),"=u"(sv):"0"(x):"st","st(1)");\
 +  asm("fsincos":"=t"(cv),"=u"(sv):"0"(x):"st(2)","st(3)");\
    *cosptr = cv;\
    *sinptr = sv;\
  }
 
 --------------D9FB5DA03BF1EF0BE65D5412--
 


             reply	other threads:[~2002-03-03  2:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-02 18:46 Craig Rodrigues [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-12-11 22:56 rodrigc
2001-12-11 22:51 rodrigc
2001-06-04 23:26 c.williams

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=20020303024601.29904.qmail@sources.redhat.com \
    --to=rodrigc@mediaone.net \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /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).