This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, fortran] PR31217 - ICE using FORALL on character substrings
- From: FX Coudert <fxcoudert at gmail dot com>
- To: Tobias Burnus <burnus at net-b dot de>
- Cc: Paul Thomas <paulthomas2 at wanadoo dot fr>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, gcc-patches List <gcc-patches at gcc dot gnu dot org>, Dominique Dhumieres <dominiq at lps dot ens dot fr>
- Date: 2007年10月28日 00:39:18 +0100
- Subject: Re: [Patch, fortran] PR31217 - ICE using FORALL on character substrings
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; bh=vlNas/uDdGt5Z8lVH2ef6Mw7P14GUdTuxuqoXvfX7TI=; b=dR6zje/xKvyjYQD1MjEIrtd4cPBcEW9truUykoUtBJSSiAUFR9pg/b6odfxS6dGQ4pZeMlKgzdIZC/JUcUAZvonbmt+7cgKzIGeVZZHm6C3qE8zxvfeyf2arKP683wzxERPzonhyXRMcSW8Y03VyJsOTH20UVyK7YZXHCFCd8G4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=ewjznBs54aaK48mB7FRAGzML1G4drQ27N6ws4rnh0J+YYMfk+c5TFcbZuVDHyX9DKyRf9CZIk2PcCrMtPSpW5ToqOkm4iMDLuddaZAvh9LAFeuv0NxW4BmpLnRCmYNKfDYx2vb3l3CKZ/Qd/rp74C90FBLOEH1lYce2JrGmVzZg=
- References: <339c37f20710180744yeaf6309u9060bf46b67a3ffd@mail.gmail.com> <4717864F.2040908@net-b.de> <339c37f20710180933r59df33d7h9788e724ae7836fe@mail.gmail.com> <339c37f20710181233m12da3046h6d0cbac7f0e0bd69@mail.gmail.com> <4721290D.6010301@wanadoo.fr> <4723BB0C.8080702@net-b.de>
Looking at the patch, it think it is OK. (Though, I would not mind if
someone else could glance over the patch as it is rather large.)
I haven't gone into the details, but it looks OK to me too, so let's
get it committed and see what it breaks :)
Thanks Paul and Dominique,
FX