This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
PR fortran/32600 * trans-expr.c (gfc_conv_function_call): Inline C_LOC.
PR fortran/32600 * libgfortran/intrinsics/iso_c_binding.c: Remove C_LOC. * libgfortran/intrinsics/iso_c_binding.h: Ditto. * libgfortran/gfortran.map: Ditto.
Hi Chris,
the attached patch addresses the C_LOC part of PR 32600, allowing for C_LOC to be inlined.
Currently (until 4.3.0 is released) we ignore binary compatibility of the library; thus you should remove the c_loc implementation from libgfortran/.
Otherwise the patch is ok.
Tobias
Attachment:
icb_pr32600.diff
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |