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

             Bug #: 50552
           Summary: type name cannot be statement function dummy argument
                    (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


! type name cannot be statement function dummy argument (r178939) 
      type t
       real g
      end type
      f(t)=0  ! this should not be accepted
      end

Reply via email to