inline-asm/10402: [3.3/3.4 regression] [i486] ICE in merge_assigned_reloads, at reload1.c:6134
Robert Schiele
rschiele@uni-mannheim.de
Fri Apr 18 06:06:00 GMT 2003
The following reply was made to PR inline-asm/10402; it has been noted by GNATS.
From: Robert Schiele <rschiele@uni-mannheim.de>
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--
More information about the Gcc-prs
mailing list