aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2025-03-16 00:16:56 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2025-03-16 00:16:56 +0000
commit53fc26e54fadb51c3f655286d4475625b82a12b1 (patch)
tree2057e2f5903c526683f88d12bd840ff99528e8ae /gcc/fortran
parentdf1f6b98578be7a6276580e35c9302aa5622f113 (diff)
downloadgcc-53fc26e54fadb51c3f655286d4475625b82a12b1.zip
gcc-53fc26e54fadb51c3f655286d4475625b82a12b1.tar.gz
gcc-53fc26e54fadb51c3f655286d4475625b82a12b1.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index cdd6ed0..b883cf2 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,20 @@
+2025-03-15 Tobias Burnus <tburnus@baylibre.com>
+
+ PR fortran/115271
+ * module.cc (mio_omp_declare_simd_clauses): New, moved from ...
+ (mio_omp_declare_simd): ... here. Update call, write empty '( )'
+ if there is no declare simd but a declare variant.
+ (mio_omp_declare_variant): New.
+ (mio_symbol): Call it.
+ * openmp.cc (gfc_match_omp_context_selector): Add comment about
+ module.cc to TODO note.
+ * trans-stmt.h (gfc_trans_omp_declare_variant): Take additional
+ parent_ns argument.
+ * trans-decl.cc (create_function_arglist,
+ gfc_create_function_decl): Update call.
+ * trans-openmp.cc (gfc_trans_omp_declare_variant): Take new
+ argument, add some special case handling for attr.use_assoc.
+
2025-03-13 Harald Anlauf <anlauf@gmx.de>
PR fortran/119118