]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ChangeLog.omp bump
authorPaul-Antoine Arras <parras@baylibre.com>
Tue, 4 Nov 2025 15:15:38 +0000 (16:15 +0100)
committerPaul-Antoine Arras <parras@baylibre.com>
Tue, 4 Nov 2025 15:15:38 +0000 (16:15 +0100)
gcc/DATESTAMP.omp
gcc/fortran/ChangeLog.omp
gcc/testsuite/ChangeLog.omp

index 0bfc1e9884d38f94032996b7648493ad80caa2c5..23733dc657b27b74db654823c21d31d401af5ca6 100644 (file)
@@ -1 +1 @@
-20251028
+20251104
index 21b22e81d634515589f65839fe2c4648239f4f20..b9ecba75019a3f6441a000b2c2215d2b4238e4c5 100644 (file)
@@ -1,3 +1,22 @@
+2025-11-04  Paul-Antoine Arras  <parras@baylibre.com>
+
+       Backported from master:
+       2025-11-04  Paul-Antoine Arras  <parras@baylibre.com>
+
+       PR fortran/122369
+       PR fortran/122508
+       * gfortran.h (gfc_rebind_label): Declare new function.
+       * parse.cc (parse_omp_metadirective_body): Rebind labels to the outer
+       region. Maintain a vector of metadirective regions.
+       (gfc_parse_file): Initialise it.
+       * parse.h (GFC_PARSE_H): Declare it.
+       * symbol.cc (gfc_get_st_label): Look for existing labels in outer
+       metadirective regions.
+       (gfc_rebind_label): Define new function.
+       (gfc_define_st_label): Accept duplicate labels in metadirective body.
+       (gfc_reference_st_label): Accept shared DO termination labels in
+       metadirective body.
+
 2025-10-28  Paul-Antoine Arras  <parras@baylibre.com>
 
        Backported from master:
index 1799d7895508516f6d24174f5cccde8b7d9141c2..d5319e9402a3e1dd82dedc3b9f07c0437e9ef6ba 100644 (file)
@@ -1,3 +1,17 @@
+2025-11-04  Paul-Antoine Arras  <parras@baylibre.com>
+
+       Backported from master:
+       2025-11-04  Paul-Antoine Arras  <parras@baylibre.com>
+
+       PR fortran/122369
+       PR fortran/122508
+       * gfortran.dg/gomp/pr122369-1.f90: New test.
+       * gfortran.dg/gomp/pr122369-2.f90: New test.
+       * gfortran.dg/gomp/pr122369-3.f90: New test.
+       * gfortran.dg/gomp/pr122369-4.f90: New test.
+       * gfortran.dg/gomp/pr122508-1.f90: New test.
+       * gfortran.dg/gomp/pr122508-2.f90: New test.
+
 2025-10-28  Paul-Antoine Arras  <parras@baylibre.com>
 
        Backported from master: