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/43006] Support CHARACTER argument with MINLOC/MAXLOC/MINVAL/MAXVAL



------- Comment #1 from burnus at gcc dot gnu dot org  2010-02-09 08:51 -------
MINLOC has for character the following (analog for MAXLOC and MINVAL/MAXVAL):

"If ARRAY has type character, the result is the value that would be selected by
application of intrinsic relational operators; that is, the collating sequence
for characters with the kind type parameter of the arguments is applied."


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-02-09 08:51:07
               date|                            |


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


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