]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=)
authorJakub Jelinek <jakub@redhat.com>
Fri, 17 May 2019 19:54:46 +0000 (21:54 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 17 May 2019 19:54:46 +0000 (21:54 +0200)
PR fortran/54613
* gfortran.map (GFORTRAN_9.2): New symbol version, export
_gfortran_{,m,s}findloc0_i2 in it.

From-SVN: r271357

libgfortran/ChangeLog
libgfortran/gfortran.map

index 511872b5f13e080bd07f25535575ed2b54c4bd5e..6b82a4aed49c66f75e53e561a057ae1c55c4b2e8 100644 (file)
@@ -1,3 +1,9 @@
+2019-05-17  Jakub Jelinek  <jakub@redhat.com>
+
+       PR fortran/54613
+       * gfortran.map (GFORTRAN_9.2): New symbol version, export
+       _gfortran_{,m,s}findloc0_i2 in it.
+
 2019-05-03  Release Manager
 
        * GCC 9.1.0 released.
index f7f270bc606df645e7f887e4fdb4d5492429cd97..d18e0adf113c378d2268242722e9abde8b74f731 100644 (file)
@@ -1590,3 +1590,9 @@ GFORTRAN_9 {
   __ieee_arithmetic_MOD_ieee_support_subnormal_8;
   __ieee_arithmetic_MOD_ieee_support_subnormal_noarg;
 } GFORTRAN_8;
+
+GFORTRAN_9.2 {
+  _gfortran_findloc0_i2;
+  _gfortran_mfindloc0_i2;
+  _gfortran_sfindloc0_i2;
+} GFORTRAN_9;