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

             Bug #: 50538
           Summary: formal argument cannot be same as procedure 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


! formal argument cannot be same as procedure name    (r178939)
      subroutine sub
      entry e(sub)
      end

Reply via email to