--- Comment #2 from burnus at gcc dot gnu dot org 2009-01-14 15:13 ---
Found at
http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/d977a668b0316119
by James Van Buskirk
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38838
--- Comment #1 from burnus at gcc dot gnu dot org 2009-01-14 15:07 ---
Example:
subroutine test() bind(c, name=trim("Hello "))
end
Error: Syntax error in NAME= specifier for binding label at (1)
Per the R509 cited above this is valid. It is also accepted by other compilers.
--