This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36313] [F2003] {MIN,MAX}{LOC,VAL} should accept character arguments
- From: "tkoenig at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 26 Aug 2011 00:06:48 +0000
- Subject: [Bug fortran/36313] [F2003] {MIN,MAX}{LOC,VAL} should accept character arguments
- Auto-submitted: auto-generated
- References: <bug-36313-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36313
Thomas Koenig <tkoenig at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot |tkoenig at gcc dot gnu.org
|gnu.org |
--- Comment #6 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2011-08-26 00:06:48 UTC ---
Created attachment 25108
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25108
patch doing maxloc0* at least.
Still missing: A lot, like minloc*, maxloc1*, etc.
Also: Don't forget the inlined versions, that should be fun too.