This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gfortran,patch] PR libfortran/22436
- From: François-Xavier Coudert <fxcoudert at gmail dot com>
- To: Jerry DeLisle <jvdelisle at verizon dot net>
- Cc: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, patch <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 30 Jul 2005 12:51:17 +0200
- Subject: Re: [gfortran,patch] PR libfortran/22436
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tQeB0vuzAq3ro+5EmJocMeJNX/1gIhclja8T9e8K5ia4t4P0P36hr+VzRg7acK/UI7O1y85AUc4ZfksKU1JtnBSwx6MxLcBX20P8rsF55QW1pOhASmUR8VjWEXIYAmThSPFheF2rfDUrQXlIKpO7+wZwcsBaVvOGtclaXMvpYTY=
- References: <42DD307A.6000007@gmail.com> <42DD921D.2060002@verizon.net>
- Reply-to: François-Xavier Coudert <fxcoudert at gmail dot com>
[http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01230.html]
>> The proposed patch uses format 1PG24.15E4 for REAL(10) and 1PG40.31E4
>> for REAL(16). The formats for other kinds are unchanged: 1PG14.7E2 for
>> REAL(4) and 1PG23.15E3 for REAL(8).
Ping for this one.
FX