aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index a4800b9..4764ef9 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,17 @@
+2020-07-26 Tobias Burnus <tobias@codesourcery.com>
+
+ PR target/96306
+ * configure.ac: Add LIBGOMP_CHECKED_INT_KINDS and
+ LIBGOMP_CHECKED_REAL_KINDS and use it for to skip
+ integer kind=16 checks for amdgcn.
+ * Makefile.am (kinds.h, selected_int_kind.inc,
+ selected_real_kind.inc): Pass them on.
+ * mk-kinds-h.sh: Takes to-be-check kinds as argument.
+ * mk-sik-inc.sh: Likewise.
+ * mk-srk-inc.sh: Likewise.
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+
2020-07-24 Dominique d'Humieres <dhumieres.dominique@free.fr>
PR fortran/93567