From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9472 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 9442 invoked by uid 71); 21 Dec 2001 17:06:04 -0000 Date: Fri, 21 Dec 2001 09:06:00 -0000 Message-ID: <20011221170604.9440.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Reichelt Subject: Re: c/5052: gcc 3.0.3 reports an ICE in instantiate_virtual_regs_1, at function.c:3904 Reply-To: Reichelt X-SW-Source: 2001-12/txt/msg01041.txt.bz2 List-Id: The following reply was made to PR c/5052; it has been noted by GNATS. From: Reichelt 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