aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-08-23 00:17:59 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-08-23 00:17:59 +0000
commit6cd85273071b5f137098e39e2c1eb6f923e390e0 (patch)
tree2f43770c37362d1581021c76542c6c84c568ebc2 /gcc/fortran
parent10a7d31dd5cdb2689272b5664627daece9b154ee (diff)
downloadgcc-6cd85273071b5f137098e39e2c1eb6f923e390e0.zip
gcc-6cd85273071b5f137098e39e2c1eb6f923e390e0.tar.gz
gcc-6cd85273071b5f137098e39e2c1eb6f923e390e0.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index f8d1828..5996d52 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,23 @@
+2023-08-22 Tobias Burnus <tobias@codesourcery.com>
+
+ * gfortran.h (enum gfc_omp_defaultmap_category):
+ Add OMP_DEFAULTMAP_CAT_ALL.
+ * openmp.cc (gfc_match_omp_clauses): Parse
+ 'all' as category.
+ * trans-openmp.cc (gfc_trans_omp_clauses): Handle it.
+
+2023-08-22 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/49588
+ * data.cc (gfc_advance_section): Derive next index set and next offset
+ into DATA variable also for array references using vector sections.
+ Use auxiliary array to keep track of offsets into indexing vectors.
+ (gfc_get_section_index): Set up initial indices also for DATA variables
+ with array references using vector sections.
+ * data.h (gfc_get_section_index): Adjust prototype.
+ (gfc_advance_section): Likewise.
+ * resolve.cc (check_data_variable): Pass vector offsets.
+
2023-08-16 Harald Anlauf <anlauf@gmx.de>
PR fortran/110360