------- Comment #1 from tkoenig at gcc dot gnu dot org 2005-12-06 22:14 -------
(In reply to comment #0)
> PROGRAM BUG
> external real function Mfunc
This declares an external symbol called
"realfunctionmfunc" (fixed form), which is
probably not what you intended.
If you replace that line by
real Mfunc
external Mfunc
things work. If you try to compile this in free form
(extension .f95), you get a syntax error.
I'm resolving this as "invalid". Feel free to re-open it
if you believe that I haven't addressed the issue correctly.
Thomas
--
tkoenig at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tkoenig at gcc dot gnu dot
| |org
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25174