This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gfortran,patch] Front-end and library support for large integer and real kinds
- From: François-Xavier Coudert <fxcoudert at gmail dot com>
- To: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- Cc: gfortran <fortran at gcc dot gnu dot org>, patch <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 24 Jul 2005 01:40:59 -0700
- Subject: Re: [gfortran,patch] Front-end and library support for large integer and real kinds
- 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=SunrrRAnJH31NdRUNPmlnuqnmU6pOydgGnzHAL4ADQSITkuzaA8TVJ8ldK94Om39rfRus9tWEeoHSoxnWAW/toA3Nt/LNBe4JmPUEoo6ue2tqanpaTp5uwrq7ZD5dlhs+wEPxjjmVNMFvsZ2fJawLwnxXGdF4WrMGBsMz6dKQbY=
- References: <42DD3509.30002@gmail.com> <20050719173405.GB70268@troutmask.apl.washington.edu>
- Reply-to: François-Xavier Coudert <fxcoudert at gmail dot com>
>> * middle-end changes: this small patch has already been submitted on
>> the gcc list twice, but nobody reviewed it yet. Unfortunately, it is
>> necessary to support the complex log10 function.
This patch has been approved by rth and was commited a few minutes ago.
FX