This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch] intrinsic.texi: 13 down
- From: Daniel Franke <franke dot daniel at gmail dot com>
- To: fortran at gcc dot gnu dot org
- Date: Sat, 26 Aug 2006 14:07:22 +0200
- Subject: Re: [patch] intrinsic.texi: 13 down
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=LZ0i4/ORLg1808Vgc21S4Rm8rBQ3Mw2BofoLii6ff2DuHkTu4Ys/xXS4M1tvQLhGGiOTxz25z6jP8AyIwjY64BSdAPHfifjvqSQACOhTkDyAzNM3h80EqRbpw5G1WurMLFgZY9YGj3DgPnrkzOY36eojOEx3v3e9AEEvyAQIngs=
- References: <200608252209.13208.franke.daniel@gmail.com> <200608261308.29463.franke.daniel@gmail.com> <44F034B0.5000801@net-b.de>
On Saturday 26 August 2006 13:46, Tobias Burnus wrote:
> Shouldn't one use z'F' rather than 'F'z?
Tobias,
citing the latest GFortran Manual, section 7.8:
"BOZ literal constants can also be specified by adding a suffix to the string.
For example, Z'ABC' and 'ABC'Z are the same constant."
I really don't know whether there's a difference here.
The other points you raise are valid, but maybe beyond the scope of those
showcase snippets?!
Regards
Daniel