Bug 38951 - Fortran 2003: MINVAL/MAXVAL/MINLOC/MAXLOC for character arrays
Summary: Fortran 2003: MINVAL/MAXVAL/MINLOC/MAXLOC for character arrays
Status: RESOLVED DUPLICATE of bug 36313
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.4.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-23 23:05 UTC by Harald Anlauf
Modified: 2009-01-24 09:51 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Anlauf 2009-01-23 23:05:40 UTC
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.
Comment 1 Daniel Franke 2009-01-24 09:51:13 UTC

*** This bug has been marked as a duplicate of 36313 ***