diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-06-21 00:17:14 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-06-21 00:17:14 +0000 |
commit | bfc6d29f8b9468e939252f50ea9418a31fb7eca2 (patch) | |
tree | fbdae917ea3871548a9008495174732a6d948ae9 /gcc/fortran | |
parent | f5d0cec170d6d5496edf4038499d288c07d79b18 (diff) | |
download | gcc-bfc6d29f8b9468e939252f50ea9418a31fb7eca2.zip gcc-bfc6d29f8b9468e939252f50ea9418a31fb7eca2.tar.gz gcc-bfc6d29f8b9468e939252f50ea9418a31fb7eca2.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index f5e06bd..147fb1d 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,13 @@ +2023-06-20 Tobias Burnus <tobias@codesourcery.com> + + * dump-parse-tree.cc (show_omp_namelist): Fix dump of the allocator + modifier of OMP_LIST_ALLOCATE. + +2023-06-20 Tobias Burnus <tobias@codesourcery.com> + + * match.cc (gfc_match_char): Match with '%S' a symbol + with host_assoc = 1. + 2023-06-19 Tobias Burnus <tobias@codesourcery.com> * intrinsic.texi (OpenMP Modules OMP_LIB and OMP_LIB_KINDS): Also |