This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Fortran] RFC: Patch to support STDCALL etc. (PR 34112) * PING *
I bootstrapped and regtested on x86-64-Linux; Dennis seemingly also
did
some successful tests on i686-pc-cygwin. Thus: The patch is OK for the
trunk. (Will you check it in or do you prefer that someone else does
it
for you due to time constraints?)
Thanks to Dennis and you for testing. I checked it in (rev. 149918)
with the following ChangeLog entry:
2009-07-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* trans.h (gfc_set_decl_assembler_name): New prototype.
* trans-decl.c (gfc_set_decl_assembler_name): New function.
(gfc_get_symbol_decl, gfc_get_extern_function_decl,
build_function_decl): Use gfc_set_decl_assembler_name instead of
SET_DECL_ASSEMBLER_NAME.
* trans-common.c (build_common_decl): Use
gfc_set_decl_assembler_name instead of SET_DECL_ASSEMBLER_NAME.