[Bug fortran/29600] [F03] MINLOC and MAXLOC take an optional KIND argument
tkoenig at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Oct 22 13:28:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29600
Thomas Koenig <tkoenig at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #42429|0 |1
is obsolete| |
--- Comment #14 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Created attachment 42434
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42434&action=edit
Patch that works mostly
This patch mostly works except that
- it does not yet remove unneeded library functions
- The conversion makes some bounds checking cases fail
(see PR82660).
More information about the Gcc-bugs
mailing list