This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c/4954: ICE in instantiate_virtual_regs_1, at function.c:4057


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

From: Reichelt <reichelt@igpm.rwth-aachen.de>
To: johan@appeal.se, gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org,
        nobody@gcc.gnu.org
Cc:  
Subject: Re: c/4954: ICE in instantiate_virtual_regs_1, at function.c:4057
Date: Fri, 21 Dec 2001 18:17:57 +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()
 {
    long long res;
    __asm__ (".byte 0x0f,0x31" : "=A" (res));
 }
 
 Just compile with "g++ -c".
 
 This seems to be the same bug as in PR 5052.
 
 Greetings,
 Volker Reichelt
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4954
 
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]