[Bug fortran/50525] New: gfortran should not allow early reference to entry dummy argument (r178939)

zeccav at gmail dot com gcc-bugzilla@gcc.gnu.org
Mon Sep 26 10:32:00 GMT 2011


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

             Bug #: 50525
           Summary: gfortran should not allow early reference to entry
                    dummy argument  (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


! gfortran should not allow early reference to entry dummy argument  (r178939) 
      subroutine sub
      f(y)=x ! this is wrong
      entry e(x)
      end



More information about the Gcc-bugs mailing list