------- Comment #2 from dfranke at gcc dot gnu dot org  2007-07-05 13:36 -------
An attempt is made to match it as a variable declaration which fails because 

    LOGICAL SUBROUTINE foo

either misses th '::' or a ',' between SUBROUTINE and FOO resulting in a
"Syntax error in data declaration". Matching as subroutine, as intended won't
work either as subroutines must not have a type.

I agree on WONTFIX. Closing.


-- 

dfranke at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


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

Reply via email to