public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/5052: gcc 3.0.3 reports an ICE in instantiate_virtual_regs_1, at function.c:3904
@ 2002-04-09 15:04 rth
  0 siblings, 0 replies; 2+ messages in thread
From: rth @ 2002-04-09 15:04 UTC (permalink / raw)
  To: drkirkby, gcc-bugs, gcc-prs, nobody

Synopsis: gcc 3.0.3 reports an ICE in instantiate_virtual_regs_1, at function.c:3904

State-Changed-From-To: open->closed
State-Changed-By: rth
State-Changed-When: Tue Apr  9 15:04:10 2002
State-Changed-Why:
    The code is buggy.  It's trying to use x86 inline assembly on
    a sparc and (predictably) failing miserably.  It is in essence
    the same as PR 5099.

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


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

* Re: c/5052: gcc 3.0.3 reports an ICE in instantiate_virtual_regs_1, at function.c:3904
@ 2001-12-21  9:06 Reichelt
  0 siblings, 0 replies; 2+ messages in thread
From: Reichelt @ 2001-12-21  9:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Reichelt <reichelt@igpm.rwth-aachen.de>
To: gcc-gnats@gcc.gnu.org, drkirkby@ntlworld.com, gcc-bugs@gcc.gnu.org,
        nobody@gcc.gnu.org
Cc:  
Subject: Re: c/5052: gcc 3.0.3 reports an ICE in instantiate_virtual_regs_1, at function.c:3904
Date: Fri, 21 Dec 2001 18:18:07 +0100

 Hi,
 
 the following code snippet reproduces the ICE on mips-sgi-irix6.5
 with gcc 3.0.3 and gcc 3.1 20011210:
 
 void f()
 {
   int i;
   asm ("xchgw %0,%1" : "=q" (i), "=m" (i) : "m" (i), "0" (0));
 }
 
 Just compile with "g++ -c".
 
 This seems to be the same bug as in PR 4954.
 
 Greetings,
 Volker Reichelt
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5052
 
 


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

end of thread, other threads:[~2002-04-09 22:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-09 15:04 c/5052: gcc 3.0.3 reports an ICE in instantiate_virtual_regs_1, at function.c:3904 rth
  -- strict thread matches above, loose matches on Subject: below --
2001-12-21  9:06 Reichelt

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