Re: [libgfortran, patch] Remove runtime TRANSPOSE support functions

2016-12-19 Thread FX
> No, this was actually part of r243799 which I just committed (after you Ok'd > it. :) ) Oops. Sorry!

Re: [libgfortran, patch] Remove runtime TRANSPOSE support functions

2016-12-19 Thread Janne Blomqvist
On Mon, Dec 19, 2016 at 4:31 PM, FX 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_* f

[libgfortran, patch] Remove runtime TRANSPOSE support functions

2016-12-19 Thread FX
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 w