diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-09-20 00:17:49 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-09-20 00:17:49 +0000 |
commit | 43be56c4c6fb6b7f059df832eefb1cd049ff02de (patch) | |
tree | 151cea90342563ce1db5c675c4602ef38f8858a8 /libgfortran | |
parent | 2d9429d5c0f86f588bdfd85bb9e236d2be367d3f (diff) | |
download | gcc-43be56c4c6fb6b7f059df832eefb1cd049ff02de.tar.gz |
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 51c9f5c4db0..fab472e07fb 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,21 @@ +2022-09-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + + * ieee/ieee_exceptions.F90: Add IEEE_MODES_TYPE, IEEE_GET_MODES + and IEEE_SET_MODES. + * ieee/ieee_arithmetic.F90: Make them public in IEEE_ARITHMETIC + as well. + +2022-09-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + + * ieee/ieee_arithmetic.F90: Add RADIX argument to + IEEE_SET_ROUNDING_MODE and IEEE_GET_ROUNDING_MODE. + * config/fpu-387.h: Add IEEE_AWAY mode. + * config/fpu-aarch64.h: Add IEEE_AWAY mode. + * config/fpu-aix.h: Add IEEE_AWAY mode. + * config/fpu-generic.h: Add IEEE_AWAY mode. + * config/fpu-glibc.h: Add IEEE_AWAY mode. + * config/fpu-sysv.h: Add IEEE_AWAY mode. + 2022-09-10 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> PR fortran/95644 |