------- Comment #10 from burnus at gcc dot gnu dot org 2009-06-16 14:22 -------
Add c.l.f link, mentioned in comment 9
http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/7bbe1ee44c505be8/
Regarding TARGET_MANGLE_DECL_ASSEMBLER_NAME (comment 2):
Currently, the decorating (@<nn>) seems to be only done for ADA, cf.
a) config/i386/cygming.h:
#define TARGET_MANGLE_DECL_ASSEMBLER_NAME i386_pe_mangle_decl_assembler_name
b) config/i386/winnt.c and there: i386_pe_maybe_mangle_decl_assembler_name
Need to check, when it is added and when not. (It should only be added when
"decorate" is specified.)
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2007-11-18 21:49:06 |2009-06-16 14:22:11
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34112