From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32460 invoked by alias); 10 May 2003 21:16:00 -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 32422 invoked by uid 71); 10 May 2003 21:16:00 -0000 Date: Sat, 10 May 2003 21:16:00 -0000 Message-ID: <20030510211600.32421.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Dara Hazeghi Subject: Re: inline-asm/9637: arguments passed/return to asm block via mmx registers trigger failure Reply-To: Dara Hazeghi X-SW-Source: 2003-05/txt/msg01001.txt.bz2 List-Id: The following reply was made to PR inline-asm/9637; it has been noted by GNATS. From: Dara Hazeghi To: gcc-gnats@gcc.gnu.org, pgw99@doc.ic.ac.uk Cc: Subject: Re: inline-asm/9637: arguments passed/return to asm block via mmx registers trigger failure Date: Sat, 10 May 2003 14:07:50 -0700 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- trail&database=gcc&pr=9637 Hello, with gcc 3.2.3, I get the same error as mentioned in the report. With 3.3 branch or mainline I get: junk.c: In function `AMD_sqrt': junk.c:7: error: impossible constraint in `asm' It seems that the crash has been solved, and we now exit gracefully. Can the submitter verify if the code in question is in fact faulty? Thanks, Dara