This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [libgfortran, patch] Remove runtime TRANSPOSE support functions
- From: Janne Blomqvist <blomqvist dot janne at gmail dot com>
- To: FX <fxcoudert at gmail dot com>
- Cc: GCC-Fortran-ML <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 19 Dec 2016 17:35:11 +0200
- Subject: Re: [libgfortran, patch] Remove runtime TRANSPOSE support functions
- Authentication-results: sourceware.org; auth=none
- References: <055F35E8-6803-4AC1-ABEF-B230AADE5A1C@gmail.com>
On Mon, Dec 19, 2016 at 4:31 PM, FX <fxcoudert@gmail.com> wrote:
> Since 2010, gfortran does not rely on library support functions to handle TRANSPOSE, but instead emits code directly in the front-end (https://gcc.gnu.org/ml/fortran/2010-09/msg00109.html). We have since kept the various _gfortran_transpose_* functions in libgfortran for ABI compatbility, but we can now remove them.
>
> Attached patch bootstrapped and regtested on x86_64-apple-darwin16.3.0.
> OK to commit?
No, this was actually part of r243799 which I just committed (after
you Ok'd it. :) )
--
Janne Blomqvist