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/38951] New: Fortran 2003: MINVAL/MAXVAL/MINLOC/MAXLOC for character arrays


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


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