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

             Bug #: 50541
           Summary: gfortran should not accept a pointer as a generic-name
                      (r178939)
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: zec...@gmail.com


! gfortran should not accept a pointer as a generic-name   (r178939)
      pointer s    ! gfortran should complain here
      interface s  ! or here
       function f()
! this is the right place to specify the pointer attribute
        pointer f
       end function
      end interface
      end

Reply via email to