[gcc r15-10862] Daily bump.

GCC Administrator gccadmin@gcc.gnu.org
Thu Feb 26 00:20:37 GMT 2026


https://gcc.gnu.org/g:7cb8c1d12409758b6b69e4fb0987962cee4b8cae

commit r15-10862-g7cb8c1d12409758b6b69e4fb0987962cee4b8cae
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Thu Feb 26 00:20:07 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           |  7 +++++++
 gcc/DATESTAMP           |  2 +-
 gcc/ada/ChangeLog       |  8 ++++++++
 gcc/testsuite/ChangeLog | 25 +++++++++++++++++++++++++
 4 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3f88131cb14b..e51e0d97f070 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2026-02-25  Christophe Lyon  <christophe.lyon@linaro.org>
+
+	Backported from master:
+	2025-06-02  Christophe Lyon  <christophe.lyon@linaro.org>
+
+	* doc/sourcebuild.texi (tls_link): Add documentation.
+
 2026-02-22  Nathaniel Shead  <nathanieloshead@gmail.com>
 
 	Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 9908eed5ac76..f9cae02a3664 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260225
+20260226
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index b806dd3b4c37..f4c4525c6b06 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,11 @@
+2026-02-25  Eric Botcazou  <ebotcazou@adacore.com>
+
+	PR ada/124226
+	* sem_res.adb (Resolve_Implicit_Dereference): Move declaration to...
+	* sem_res.ads (Resolve_Implicit_Dereference): ...here.
+	* sem_attr.adb (Resolve_Attribute) <Attribute_Access>: Also call
+	Resolve_Implicit_Dereference when resolving a protected operation.
+
 2026-02-24  Eric Botcazou  <ebotcazou@adacore.com>
 	    Liam Powell  <liam@liampwll.com>
 
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 9069c478009e..a2e16543fb1f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,28 @@
+2026-02-25  Eric Botcazou  <ebotcazou@adacore.com>
+
+	* gnat.dg/protected_deref1.adb: New test.
+
+2026-02-25  Christophe Lyon  <christophe.lyon@linaro.org>
+
+	Backported from master:
+	2025-06-02  Christophe Lyon  <christophe.lyon@linaro.org>
+
+	* lib/target-supports.exp (check_effective_target_tls_link): New.
+	* g++.dg/tls/pr102496-1.C: Require tls_link.
+	* g++.dg/tls/pr77285-1.C: Likewise.
+
+2026-02-25  Alexandre Oliva  <oliva@adacore.com>
+
+	Backported from master:
+	2026-01-21  Alexandre Oliva  <oliva@adacore.com>
+
+	* g++.dg/lto/pr62026_0.C: Silence -flinker-output warning.
+
+2026-02-25  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+
+	PR testsuite/124065
+	* gcc.dg/analyzer/zlib-3.c: Drop xfail.
+
 2026-02-24  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
 
 	Backported from master:


More information about the Gcc-cvs mailing list