From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9458 invoked by alias); 21 Dec 2001 17:06:05 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 9413 invoked by uid 71); 21 Dec 2001 17:06:02 -0000 Date: Fri, 21 Dec 2001 09:06:00 -0000 Message-ID: <20011221170602.9409.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Reichelt Subject: Re: c/4954: ICE in instantiate_virtual_regs_1, at function.c:4057 Reply-To: Reichelt X-SW-Source: 2001-12/txt/msg01040.txt.bz2 List-Id: The following reply was made to PR c/4954; it has been noted by GNATS. From: Reichelt 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