diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-27 00:16:31 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-27 00:16:31 +0000 |
commit | d48df6f24ba999ad662d3b7c30f7e2180e842149 (patch) | |
tree | 7b747bf96eaeab5d6271dde0405ad801f5ef139c /libgfortran | |
parent | 61c71a62453e4f2def5d94bdb2b293fcec463c14 (diff) | |
download | gcc-d48df6f24ba999ad662d3b7c30f7e2180e842149.zip gcc-d48df6f24ba999ad662d3b7c30f7e2180e842149.tar.gz gcc-d48df6f24ba999ad662d3b7c30f7e2180e842149.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 0e5841c..ae50f91 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,25 @@ +2020-11-26 Maciej W. Rozycki <macro@linux-mips.org> + + * io/io.h [HAVE_NEWLOCALE]: Also check for HAVE_FREELOCALE and + HAVE_USELOCALE. + [HAVE_FREELOCALE && HAVE_NEWLOCALE && HAVE_USELOCALE] + (HAVE_POSIX_2008_LOCALE): New macro. + (st_parameter_dt) [HAVE_NEWLOCALE]: Check for + HAVE_POSIX_2008_LOCALE instead. + * io/transfer.c (data_transfer_init_worker, finalize_transfer) + [HAVE_USELOCALE]: Check for HAVE_POSIX_2008_LOCALE instead. + * io/unit.c [HAVE_NEWLOCALE]: Likewise. + (init_units) [HAVE_NEWLOCALE]: Likewise. + (close_units) [HAVE_FREELOCALE]: Likewise. + * runtime/error.c (gf_strerror) [HAVE_USELOCALE]: Likewise. + +2020-11-26 Maciej W. Rozycki <macro@linux-mips.org> + + * libgfortran.h: Use #if rather than #ifdef with + __FLT_HAS_INFINITY__, __DBL_HAS_INFINITY__, + __LDBL_HAS_INFINITY__, __FLT_HAS_QUIET_NAN__, + __DBL_HAS_QUIET_NAN__, and __LDBL_HAS_QUIET_NAN__. + 2020-11-21 Iain Sandoe <iain@sandoe.co.uk> * intrinsics/execute_command_line.c (environ): Use |