This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/47550] New: PURE with VALUE and w/o INTENT: add gfc_notify_std (GFC_STD_F2008 ?


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

           Summary: PURE with VALUE and w/o INTENT: add gfc_notify_std
                    (GFC_STD_F2008 ?
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: burnus@gcc.gnu.org


PURE procedures with VALUE and without INTENT are allowed since Fortran 2008

The support has been added via
http://gcc.gnu.org/ml/fortran/2011-01/msg00277.html

Should there be a gfc_notify_std with Error: "Fortran 2008: "?

Cf. http://j3-fortran.org/doc/year/11/11-139.txt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]