https://gcc.gnu.org/g:628a3488a64fe50c0c5e7fe0966760fa514073ae

commit r14-12482-g628a3488a64fe50c0c5e7fe0966760fa514073ae
Author: GCC Administrator <[email protected]>
Date:   Sun Mar 29 00:18:33 2026 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           | 2 +-
 gcc/fortran/ChangeLog   | 9 +++++++++
 gcc/testsuite/ChangeLog | 7 +++++++
 3 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 7daf918c8132..eb376f4c35da 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260328
+20260329
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 7f55aeac2a5e..b33dc7113382 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,12 @@
+2026-03-28  Paul Thomas  <[email protected]>
+
+       Backported from master:
+       2026-03-28  Paul Thomas  <[email protected]>
+
+       PR fortran/84245
+       * match.cc (gfc_match_select_type): Free the temporary namespace
+       only on MATCH_NO. Return immediately on MATCH_ERROR.
+
 2026-03-25  Paul Thomas  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 8bdfa53775fe..158743fad52d 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2026-03-28  Paul Thomas  <[email protected]>
+
+       Backported from master:
+       2026-03-28  Paul Thomas  <[email protected]>
+
+       * gfortran.dg/pr84245.f90: New test.
+
 2026-03-25  Alex Coplan  <[email protected]>
 
        PR middle-end/124491

Reply via email to