https://gcc.gnu.org/g:17b211ff3a43acfaf8fb662115b2c667e1263dc5

commit r16-8298-g17b211ff3a43acfaf8fb662115b2c667e1263dc5
Author: GCC Administrator <[email protected]>
Date:   Fri Mar 27 00:16:23 2026 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        |  8 ++++++++
 gcc/fortran/ChangeLog   | 12 ++++++++++++
 gcc/lto/ChangeLog       |  9 +++++++++
 gcc/po/ChangeLog        |  4 ++++
 gcc/testsuite/ChangeLog | 23 +++++++++++++++++++++++
 libgomp/ChangeLog       |  7 +++++++
 7 files changed, 64 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 4f82e4946fbf..87a54be35610 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260326
+20260327
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 9a7f7e56ce55..1523647e3a44 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,11 @@
+2026-03-26  Marek Polacek  <[email protected]>
+
+       PR c++/123613
+       * reflect.cc (get_reflection): Call mark_used.
+       (eval_can_substitute): Don't resolve_nondeduced_context here.
+       (eval_substitute): Call lookup_and_finish_template_variable instead
+       of lookup_template_variable and finish_template_variable.
+
 2026-03-21  Nathaniel Shead  <[email protected]>
 
        PR c++/122786
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 63c06a95942d..961aa9930ec2 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,15 @@
+2026-03-26  Paul Thomas  <[email protected]>
+
+       PR fortran/115315
+       * decl.cc (insert_parameter_exprs): Make strcmp condition more
+       concise.
+       (gfc_get_pdt_instance): Use gf_replace_expr where possible and
+       use return value of gfc_simplify_expr. Correct error in which
+       params->expr was being simplified instead of c2->initializer.
+       * expr.cc (gfc_simplify_expr): If the substring 'start' value
+       is less than zero, it is clearly out of range and so return
+       false.
+
 2026-03-25  Harald Anlauf  <[email protected]>
 
        PR fortran/124567
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 5d27fd53cbc8..9d32b62cdc65 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,12 @@
+2026-03-26  Michal Jires  <[email protected]>
+
+       * lto-partition.cc (enum map1to1_content): New.
+       (map_1_to_1): Use map1to1_content.
+       (lto_1_to_1_map): Likewise.
+       (create_asm_partitions): Likewise.
+       (lto_max_map): Likewise.
+       (lto_cache_map): Use create_asm_partitions.
+
 2026-03-18  Dhruv Chawla  <[email protected]>
 
        * Make-lang.in (lto1.fda): Add `--print-autofdo-gcov-version` to
diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog
index 1fda40168d32..dc016d0a66f7 100644
--- a/gcc/po/ChangeLog
+++ b/gcc/po/ChangeLog
@@ -1,3 +1,7 @@
+2026-03-26  Joseph Myers  <[email protected]>
+
+       * gcc.pot: Regenerate.
+
 2026-03-23  Joseph Myers  <[email protected]>
 
        * sv.po: Update.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 116ca400fe55..5a6c9d317bfc 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,26 @@
+2026-03-26  Paul Thomas  <[email protected]>
+
+       PR fortran/115315
+       * gfortran.dg/pdt_90.f03: New test.
+
+2026-03-26  Jakub Jelinek  <[email protected]>
+
+       * lib/mike-gcc.exp (postbase): Use switch instead of case for
+       TCL 9 compatibility.
+       * lib/mike-g++.exp (postbase): Likewise.
+
+2026-03-26  Michal Jires  <[email protected]>
+
+       * gcc.dg/lto/toplevel-extended-asm-2_0.c: Add padding to asm label.
+       * gcc.dg/lto/toplevel-extended-asm-2_1.c: Add padding to asm label.
+
+2026-03-26  Marek Polacek  <[email protected]>
+
+       PR c++/123613
+       * g++.dg/reflect/json-parser.C: New test.
+       * g++.dg/reflect/substitute7.C: New test.
+       * g++.dg/reflect/test.json: New test.
+
 2026-03-25  Iain Sandoe  <[email protected]>
 
        * g++.dg/contracts/cpp26/basic.contract.eval.p11-observe.C: Skip
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 4b33bf088596..1bec186c00d5 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,10 @@
+2026-03-26  Prathamesh Kulkarni  <[email protected]>
+
+       PR libgomp/124123
+       * testsuite/libgomp.c/pr122314.c (test): Initialize full_data
+       to 0.
+       * testsuite/libgomp.c/pr122356.c: Likewise.
+
 2026-03-24  Rainer Orth  <[email protected]>
 
        PR libgomp/123177

Reply via email to