This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [fortran, patch] LEADZ and TRAILZ for integer(kind=16)
- From: Thomas Koenig <tkoenig at netcologne dot de>
- To: FX <fxcoudert at gmail dot com>
- Cc: Fortran List <fortran at gcc dot gnu dot org>, gcc-patches at gcc dot gnu dot org
- Date: Wed, 08 Sep 2010 00:57:29 +0200
- Subject: Re: [fortran, patch] LEADZ and TRAILZ for integer(kind=16)
- References: <DA437B71-480F-40A4-9CDB-1D9B43CB2FE3@gmail.com>
Hi FX,
> The question I have is: what should be done with the libgfortran
> functions? I think, for backward compatibility, we need to keep them,
> but I may be wrong.
I think we can remove unneeded functions on the fortran-dev branch.
We'll break the ABI anyway with array descriptor reform.
Thomas