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/29600] [F03] MINLOC and MAXLOC take an optional KIND argument


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).

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