Hi,

this is just to mention that support for MINVAL/MAXVAL/MINLOC/MAXLOC
for character arrays is required in Fortran 2003.

Example:

  print *, minval ( [ "A" ] )
  print *, minloc ( [ "A" ] )

should both work.


-- 
           Summary: Fortran 2003: MINVAL/MAXVAL/MINLOC/MAXLOC for character
                    arrays
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anlauf at gmx dot de


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

Reply via email to