iresolve.c (gfc_resolve_ftell): Call "ftell" instead of "ftell2".
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 21 Dec 2016 09:35:57 +0000 (09:35 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 21 Dec 2016 09:35:57 +0000 (09:35 +0000)
commitf7db9ebf2b793ee115d572267b8c97362f43575c
treef026989ec1d1cc3ed32ddcbad5415fd04d399551
parent84ab8b8ad51a339d05a65759a4f603b01f0aa80a
iresolve.c (gfc_resolve_ftell): Call "ftell" instead of "ftell2".

* iresolve.c (gfc_resolve_ftell): Call "ftell" instead of "ftell2".

* gfortran.map: Remove _gfortran_ftell2.
* io/intrinsics.c (ftell): Remove.
(ftell2): Rename to ftell.

From-SVN: r243841
gcc/fortran/ChangeLog
gcc/fortran/iresolve.c
libgfortran/ChangeLog
libgfortran/gfortran.map
libgfortran/io/intrinsics.c