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

From-SVN: r271334

libgfortran/ChangeLog
libgfortran/gfortran.map

index 4b5194f4406b7b1c0d192257147a41a8fddbd64d..6f188bc1e4dedf66942e2f130841703c0184e780 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-15  Janne Blomqvist  <jb@gcc.gnu.org>
 
        PR fortran/90461
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;