This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, fortran] PR29389 and PR33850 - uses for expression traversal
- From: "Paul Richard Thomas" <paul dot richard dot thomas at gmail dot com>
- To: "Dominique Dhumieres" <dominiq at lps dot ens dot fr>
- Cc: fortran at gcc dot gnu dot org
- Date: Tue, 27 Nov 2007 20:31:08 +0100
- Subject: Re: [Patch, fortran] PR29389 and PR33850 - uses for expression traversal
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=MgwwJVamKy6r4s/7Sd8+JrbYH/pnMVJy1L7cH0vm9mE=; b=bvzo7BHGjQgBJTaOTzFkvX7mVCXjLEW1vIx0uA8cXrRrM3nyXVQZCPR8cbk0ASRePvEc2LtkgKmJu6NsaHeQeBBSX8SaHbUAjzcbuvJXYWngrylFurFtVh27wZoGQG0ujozZLGd/d4dxPd/4573SMOc9YQLNsZj0ZlSYYoBan0s=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RIsFWMFkfi3wt2LqT69wCmd3DTckEBAjujgsDVXndntH3q8G2VP1VdCcfw93gX2Dz4DXcg04B7IbVO1JLiLgFqauyex893wzyhkPiAmxf+GZzZ65ambxvccwBqMnOT7dnGE2YL0W2QtG6I2Pm1ifpXmAWHDqB6zwQkIoojwh1rs=
- References: <20071127153749.B3AFA5BB6C@mailhost.lps.ens.fr> <339c37f20711270751k284b2497s6451fb5a69198aac@mail.gmail.com> <20071127155617.3C6745BB6C@mailhost.lps.ens.fr> <339c37f20711270836k5b843399w1181a69c0768bf@mail.gmail.com> <20071127175755.926275BB6C@mailhost.lps.ens.fr> <339c37f20711271106y64e3287bke31c463b0a45682f@mail.gmail.com> <20071127191658.ECF2B5BB6C@mailhost.lps.ens.fr>
Dominique,
> Summary of the changes I have applied to the original patch:
'tis what comes of developing on Cygwin without checking on Linux or
something a bit quicker with scripts. Without bootstrapping, the
build is seriously lenient.
Many thanks for your help. I'll check assign_10.f90 with -m32 and
-m64 (the necessary change is s/integer(4)/integer/ of course.
If all is well, I'll commit tonight.
Cheers
Paul