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



             Bug #: 55234

           Summary: module procedure potential syntax error within

                    interface block

    Classification: Unclassified

           Product: gcc

           Version: 4.8.0

            Status: UNCONFIRMED

          Severity: minor

          Priority: P3

         Component: fortran

        AssignedTo: unassig...@gcc.gnu.org

        ReportedBy: valerywe...@hotmail.com





Dear All



I wonder if the "::" is not a syntax error in the following interface block?

While gfortran goes through, other compilers like xlf or pgf90 complain about

it.



gcc version 4.8.0 20121107 (experimental) (GCC) 



module mod

  interface foo

     module procedure :: foo1

  end interface

contains

  subroutine foo1 ( )

  end subroutine foo1

end module mod



Valery

Reply via email to