[Bug fortran/49265] Double colon in procedure-stmt (generic interface)

eh.toussaint at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri Jul 13 22:30:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49265

Erik Toussaint <eh.toussaint at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #5 from Erik Toussaint <eh.toussaint at gmail dot com> 2012-07-13 22:30:24 UTC ---
Sorry to reopen this after more than a year.
I think the following syntax, without the 'module' prefix, is also supposed to
be ok, but it's currently not accepted (gfortran 4.7.0), with the same error
message as in the original report.

        procedure :: bar
                 1
Error: Syntax error in PROCEDURE statement at (1)



More information about the Gcc-bugs mailing list