diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-01-17 00:16:24 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-01-17 00:16:24 +0000 |
commit | 1e942d7c05c66ccc477567506a6bf86d91cae429 (patch) | |
tree | 529e3e4510e653494160383d4cf3844c6273db2d /libgfortran | |
parent | a326934886f606b4a4a60254917f58c825d7c94b (diff) | |
download | gcc-1e942d7c05c66ccc477567506a6bf86d91cae429.tar.gz |
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index b4f45130849..8d696b04460 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,16 @@ +2022-01-16 Francois-Xavier Coudert <fxcoudert@gmail.com> + + * ieee/issignaling_fallback.h: New file. + +2022-01-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + + PR fortran/82207 + * mk-kinds-h.sh: Add values for TINY. + * ieee/ieee_arithmetic.F90: Call C helper functions for + IEEE_VALUE. + * ieee/ieee_helper.c: New functions ieee_value_helper_N for each + floating-point type. + 2022-01-14 Jakub Jelinek <jakub@redhat.com> PR libfortran/104006 |