public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/4495: ICE in replace_reg, at reg-stack.c:816
@ 2002-04-20 14:28 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2002-04-20 14:28 UTC (permalink / raw)
  To: alex-sly, gcc-bugs, gcc-prs, nobody, rodrigc

Synopsis: ICE in replace_reg, at reg-stack.c:816

State-Changed-From-To: feedback->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Apr 20 14:28:54 2002
State-Changed-Why:
    gcc 3.1 will issue an error on your code:
    
    test3.c: In function `test':
    test3.c:15: output constraint 0 cannot be specified together with "st" clobber
    
    The fix to your code will be to change this line:
    : "=t"(ret): "u"(y), "0"(x): "eax","st");
    
    to:
    
    : "=t"(ret): "u"(y), "0"(x): "eax","st(1)");

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4495


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: c/4495: ICE in replace_reg, at reg-stack.c:816
@ 2001-11-18 13:16 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-11-18 13:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: rodrigc@gcc.gnu.org
To: alex-sly@mtu-net.ru, gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org,
  gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, rodrigc@gcc.gnu.org
Cc:  
Subject: Re: c/4495: ICE in replace_reg, at reg-stack.c:816 
Date: 22 Nov 2001 07:03:44 -0000

 Old Synopsis: GCC fails with an ICE compiling a mixed C/asm function which uses the FPU on an x86
 New Synopsis: ICE in replace_reg, at reg-stack.c:816 
 
 State-Changed-From-To: open->feedback
 State-Changed-By: rodrigc
 State-Changed-When: Wed Nov 21 23:03:44 2001
 State-Changed-Why:
     With gcc 3.0.3  20011119 (prerelease), I can reproduce your
     ICE.
     
     With gcc version 3.1 20011110 (experimental), I get
     the following warning:
     
     r.c: In function `test': r.c:4: Output constraint 0 cannot be specified together with "st" clobber r.c:11: confused by earlier errors, bailing out
     
     Are you sure your code is not in error?
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4495&database=gcc


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: c/4495: ICE in replace_reg, at reg-stack.c:816
@ 2001-11-18 13:06 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-11-18 13:06 UTC (permalink / raw)
  To: alex-sly, gcc-bugs, gcc-gnats, gcc-prs, nobody, rodrigc

Old Synopsis: GCC fails with an ICE compiling a mixed C/asm function which uses the FPU on an x86
New Synopsis: ICE in replace_reg, at reg-stack.c:816 

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Wed Nov 21 23:03:44 2001
State-Changed-Why:
    With gcc 3.0.3  20011119 (prerelease), I can reproduce your
    ICE.
    
    With gcc version 3.1 20011110 (experimental), I get
    the following warning:
    
    r.c: In function `test': r.c:4: Output constraint 0 cannot be specified together with "st" clobber r.c:11: confused by earlier errors, bailing out
    
    Are you sure your code is not in error?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4495&database=gcc


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-04-20 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-20 14:28 c/4495: ICE in replace_reg, at reg-stack.c:816 rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-11-18 13:16 rodrigc
2001-11-18 13:06 rodrigc

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).