This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [libgfortran, patch] Remove iso_c_binding runtime 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>, Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- Date: Mon, 19 Dec 2016 17:47:11 +0200
- Subject: Re: [libgfortran, patch] Remove iso_c_binding runtime functions
- Authentication-results: sourceware.org; auth=none
- References: <1F18161D-9A7B-49BD-8E02-C5A91ED57F02@gmail.com>
On Mon, Dec 19, 2016 at 3:54 PM, FX <fxcoudert@gmail.com> wrote:
> The ISO_C_BINDING procedures have been emitted directly by the front-end since 2012 (see for example https://gcc.gnu.org/ml/fortran/2012-06/msg00152.html and https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32600). Having now broken the library ABI, we can remove them from the library, where they were kept only for compatibility.
>
> Bootstrapped and regtested on x86_64-apple-darwin16.3.0
> OK to commit?
>
> FX
>
Ok, thanks!
--
Janne Blomqvist