aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-06-30 00:16:46 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-06-30 00:16:46 +0000
commitce600bc4643fd046301bd0b6f959546ae459875b (patch)
tree071f0ea5165f9d31afdbfecc9446d20f86144dd1 /libgfortran/ChangeLog
parente3a5c77388ae3791afed4f4286ec7e41e5b9f7c3 (diff)
downloadgcc-ce600bc4643fd046301bd0b6f959546ae459875b.zip
gcc-ce600bc4643fd046301bd0b6f959546ae459875b.tar.gz
gcc-ce600bc4643fd046301bd0b6f959546ae459875b.tar.bz2
Daily bump.
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog24
1 files changed, 24 insertions, 0 deletions
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 <jakub@redhat.com>
+
+ * 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 <jakub@redhat.com>
+
+ 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 <jakub@redhat.com>
* configure.ac: Check for strtof128 and strfromf128.