From ce600bc4643fd046301bd0b6f959546ae459875b Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Thu, 30 Jun 2022 00:16:46 +0000 Subject: Daily bump. --- libgfortran/ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'libgfortran') diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index b3bb07f..d1b2b2c 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,27 @@ +2022-06-29 Jakub Jelinek + + * mk-kinds-h.sh: Change __float128 to _Float128 in a comment. + * acinclude.m4 (LIBGFOR_CHECK_MATH_IEEE128): Use _Float128 instead of + __float128. + * libgfortran.h (isnan): Change __float128 to _Float128 in a comment. + (__acoshieee128, __acosieee128, __asinhieee128, __asinieee128, + __atan2ieee128, __atanhieee128, __atanieee128, __copysignieee128, + __coshieee128, __cosieee128, __erfcieee128, __erfieee128, + __expieee128, __fabsieee128, __fmaieee128, __fmodieee128, __jnieee128, + __log10ieee128, __logieee128, __powieee128, __sinhieee128, + __sinieee128, __sqrtieee128, __tanhieee128, __tanieee128, + __ynieee128, __strtoieee128): Use _Float128 instead of __float128. + * configure: Regenerated. + +2022-06-29 Jakub Jelinek + + PR bootstrap/106137 + * acinclude.m4 (LIBGFOR_CHECK_FLOAT128): Adjust comment. + Also test for __float128. + (HAVE_FLOAT128): Adjust description. + * config.h.in: Regenerated. + * configure: Regenerated. + 2022-06-28 Jakub Jelinek * configure.ac: Check for strtof128 and strfromf128. -- cgit v1.1