[libgfortran, patch] Remove runtime TRANSPOSE support functions

FX fxcoudert@gmail.com
Mon Dec 19 14:32:00 GMT 2016


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?

FX

-------------- next part --------------
A non-text attachment was scrubbed...
Name: transpose.ChangeLog
Type: application/octet-stream
Size: 721 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20161219/b03c1c99/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: transpose.diff
Type: application/octet-stream
Size: 55265 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20161219/b03c1c99/attachment-0001.obj>


More information about the Gcc-patches mailing list