This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] Support for large kinds in front-end and library
- 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: Mon, 3 Oct 2005 09:22:26 +0200
- Subject: Re: [gfortran] Support for large kinds in front-end and library
- References: <433AFA7A.8080800@gmail.com> <433B0409.9050302@gmail.com> <20051003024044.GA42869@troutmask.apl.washington.edu>
- Reply-to: François-Xavier Coudert <fxcoudert at gmail dot com>
> Okay for mainline. (Hooray!)
Commited.
For 4.0, since we don't have support for long double (neither library
nor complete front-end), it might be good to have a patch similar to
the one Steve Ellcey sent recently, to prevent people using
real(kind=10) variables, don't you think?
FX