This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: tiny typo in documentation
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "Dima Sorkin" <dima dot sorkin at gmail dot com>
- Cc: fortran at gcc dot gnu dot org
- Date: Fri, 2 Nov 2007 17:42:39 +0000
- Subject: Re: tiny typo in documentation
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=xwdRJznYqDB467PAJm9PYoA4lweBSzOuuViF27Egzcs=; b=AL1d/epsEwzoryGeOkphwcx93fwYaho2Wh1/cTXyfX9mNn4EiW/IehygK6eiOR6cokcXEfj3umQ02mSnJPoE6QJx8577nBOTzyBx69F+L9LMFRuw1vv43t2/+pEq2D/ueTyzSVlJNLyvw7+QUPVjSUQ59RCBhFyGctIVBnV+LQw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AmS64+vOPKbm6RJg+gCYk6r9v+2zv5oJsdSM/GEopqHQ/TDpKgyruQCyO4ynZ0aU5A+2M0vW7e7Dif5x6JtlIDc1iE2ILFhMn9Cj7/E3uwvKGOd+61szarPGCJlk0TcfSjPwOw88R7ul7gBLcSgZPJREuL+qfmLLNW3SwibqelI=
- References: <e40293600711020913r4ee1cdfh899af31841ca8d22@mail.gmail.com>
> "If X is allocated, ALLOCATED(X) is .TRUE.; otherwise, it returns the .TRUE. "
>
> It should be ".FALSE." at the end, I think.
Thanks for reporting this. Fix committed to mainline.
FX