[Bug libfortran/32736] Replace -fallow-leading-underscore by Bind(C)
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jul 28 20:12:00 GMT 2007
------- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-07-28 20:12 -------
Another problem is that some of these routines take CHARACTER(LEN=*) arguments,
which make them incompatible with BIND(C):
../../../../trunk/libgfortran/generated/misc_specifics.F90:225.37:
elemental function index_1_i16 (parm1, parm2) result(res) &
1
Error: Character argument 'parm1' at (1) must be length 1 because procedure
'index_1_i16' is BIND(C)
I'm dropping this PR, as I don't think there actually is a solution. If noone
can think of something, I might close it in the near future...
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|fxcoudert at gcc dot gnu dot|unassigned at gcc dot gnu
|org |dot org
Status|ASSIGNED |NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32736
More information about the Gcc-bugs
mailing list