public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: inline-asm/9833: Internal compiler error in gen_reg_rtx, at emit-rtl.c:662
@ 2003-05-10 21:06 Dara Hazeghi
  0 siblings, 0 replies; 3+ messages in thread
From: Dara Hazeghi @ 2003-05-10 21:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR inline-asm/9833; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, astor@fast.no
Cc:  
Subject: Re: inline-asm/9833: Internal compiler error in gen_reg_rtx, at emit-rtl.c:662
Date: Sat, 10 May 2003 14:03:22 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=9833
 
 Hello,
 
 I can reproduce the error in this report on gcc 3.2.3. On 3.3 branch  
 and mainline (20030509), the code compiles fine with -msse -O2 -g. This  
 bug report can be closed.
 
 Dara
 


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

* Re: inline-asm/9833: Internal compiler error in gen_reg_rtx, at emit-rtl.c:662
@ 2003-05-12 11:28 giovannibajo
  0 siblings, 0 replies; 3+ messages in thread
From: giovannibajo @ 2003-05-12 11:28 UTC (permalink / raw)
  To: astor, gcc-bugs, gcc-prs, nobody

Synopsis: Internal compiler error in gen_reg_rtx, at emit-rtl.c:662

State-Changed-From-To: open->closed
State-Changed-By: bajo
State-Changed-When: Mon May 12 11:24:43 2003
State-Changed-Why:
    Fixed in 3.3 and mainline (20030510).

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


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

* inline-asm/9833: Internal compiler error in gen_reg_rtx, at emit-rtl.c:662
@ 2003-02-24 15:46 astor
  0 siblings, 0 replies; 3+ messages in thread
From: astor @ 2003-02-24 15:46 UTC (permalink / raw)
  To: gcc-gnats


>Number:         9833
>Category:       inline-asm
>Synopsis:       Internal compiler error in gen_reg_rtx, at emit-rtl.c:662
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 24 15:46:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     astor@fast.no
>Release:        gcc (GCC) 3.2.3 20030210 (Debian prerelease) AND g++-3.2 (GCC) 3.2.1 release
>Organization:
>Environment:
debian testing/unstable w/gcc 3.2.3 20030210 (Debian prerelease)
debian stable w/ gcc 3.2.1 (from testing I think)
>Description:
The following program produces an ICE on 
gcc (GCC) 3.2.3 20030210 (Debian prerelease)
and
g++-3.2 (GCC) 3.2.1 release

void test() {
  typedef int v4sf __attribute__ ((mode(V4SF)));
  v4sf zero = __builtin_ia32_xorps(zero, zero);
  asm volatile("paddd %2, %0" : "=x" (zero) : "0" (zero), "x" (zero));
}

>How-To-Repeat:
g++-3.2 -g -O2 -msse gccbug.cpp
gccbug.cpp: In function `void test()':
gccbug.cpp:5: Internal compiler error in gen_reg_rtx, at emit-rtl.c:662
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
>Fix:
I have no idea.

astor
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-05-12 11:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-10 21:06 inline-asm/9833: Internal compiler error in gen_reg_rtx, at emit-rtl.c:662 Dara Hazeghi
  -- strict thread matches above, loose matches on Subject: below --
2003-05-12 11:28 giovannibajo
2003-02-24 15:46 astor

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