From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14689 invoked by alias); 18 Apr 2003 06:06:01 -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 14675 invoked by uid 71); 18 Apr 2003 06:06:00 -0000 Date: Fri, 18 Apr 2003 06:06:00 -0000 Message-ID: <20030418060600.14674.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Robert Schiele Subject: Re: inline-asm/10402: [3.3/3.4 regression] [i486] ICE in merge_assigned_reloads, at reload1.c:6134 Reply-To: Robert Schiele X-SW-Source: 2003-04/txt/msg00827.txt.bz2 List-Id: The following reply was made to PR inline-asm/10402; it has been noted by GNATS. From: Robert Schiele To: rth@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, shensche@kodeaffe.de, gcc-gnats@gcc.gnu.org Cc: Subject: Re: inline-asm/10402: [3.3/3.4 regression] [i486] ICE in merge_assigned_reloads, at reload1.c:6134 Date: Fri, 18 Apr 2003 08:05:13 +0200 --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 18, 2003 at 03:45:12AM -0000, rth@gcc.gnu.org wrote: > The code is illegal. The same variable can't be the target > of two outputs. =20 You mean because of the variable 'f'? Doesn't make a difference whether the second output is a different one. Cha= nge this line and the one above to: int f, g; asm volatile("" :"=3DS" (f), "=3DD" (g) :); The same thing happens. So we have an ice-on-legal-and-illegal-code. ;-) Robert --=20 Robert Schiele Tel.: +49-621-181-2517 Dipl.-Wirtsch.informatiker mailto:rschiele@uni-mannheim.de --PNTmBPCT7hxwcZjr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQE+n5WZxcDFxyGNGNcRAh56AKCuHP0Q41K4DnnqgIXqWlq55gM5KgCfdYtx 8U9tRw8gfH19eLKYKV2Mk2c= =cFE3 -----END PGP SIGNATURE----- --PNTmBPCT7hxwcZjr--