diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-07-27 00:16:20 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-07-27 00:16:20 +0000 |
commit | 049fbbdc60f96edfb5745e673f7ce674d78c89db (patch) | |
tree | a14365a93267d6e27f730443b1c300c4452fcadf /libgfortran/ChangeLog | |
parent | 5630c40fc726d3c7ba5a0703e1e2bbd05fe7adfa (diff) | |
download | gcc-049fbbdc60f96edfb5745e673f7ce674d78c89db.zip gcc-049fbbdc60f96edfb5745e673f7ce674d78c89db.tar.gz gcc-049fbbdc60f96edfb5745e673f7ce674d78c89db.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 14 |
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 |