[Bug fortran/50538] New: formal argument cannot be same as procedure name (r178939)

zeccav at gmail dot com gcc-bugzilla@gcc.gnu.org
Tue Sep 27 14:19:00 GMT 2011


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: unassigned@gcc.gnu.org
        ReportedBy: zeccav@gmail.com


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



More information about the Gcc-bugs mailing list