[gcc r13-2755] Fortran: add symbols in version map for IEEE_GET_MODES and IEEE_SET_MODES

Franथईois-Xavier Coudert fxcoudert@gcc.gnu.org
Wed Sep 21 08:06:15 GMT 2022


https://gcc.gnu.org/g:ce8aed75a38b468490ecab4c318e3eb08d468608

commit r13-2755-gce8aed75a38b468490ecab4c318e3eb08d468608
Author: Francois-Xavier Coudert <fxcoudert@gmail.com>
Date:   Wed Sep 21 10:04:22 2022 +0200

    Fortran: add symbols in version map for IEEE_GET_MODES and IEEE_SET_MODES
    
    The symbols were forgotten in the patch that added IEEE_GET_MODES
    and IEEE_SET_MODES.
    
    2022-09-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
    
    libgfortran/
    
            * gfortran.map: Add symbols for IEEE_GET_MODES
            and IEEE_SET_MODES.

Diff:
---
 libgfortran/gfortran.map | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/libgfortran/gfortran.map b/libgfortran/gfortran.map
index e0e795c3d48..db9b86cb183 100644
--- a/libgfortran/gfortran.map
+++ b/libgfortran/gfortran.map
@@ -1759,3 +1759,9 @@ GFORTRAN_12 {
   _gfortran_transfer_real128_write;
 #endif
 } GFORTRAN_10.2;
+
+GFORTRAN_13 {
+  global:
+    __ieee_exceptions_MOD_ieee_get_modes;
+    __ieee_exceptions_MOD_ieee_set_modes;
+} GFORTRAN_12;


More information about the Gcc-cvs mailing list