]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 5 Nov 2025 00:26:25 +0000 (00:26 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 5 Nov 2025 00:26:25 +0000 (00:26 +0000)
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 23733dc657b27b74db654823c21d31d401af5ca6..7b0f631f939e0788063102993d4392f9ad81085d 100644 (file)
@@ -1 +1 @@
-20251104
+20251105
index 9401a29c06ad1d67cf76383b10a1d9786dd7e5b6..abfd315092542eb570241769c9e6eab8119db395 100644 (file)
@@ -1,3 +1,14 @@
+2025-11-04  Bob Duff  <duff@adacore.com>
+
+       PR ada/118208
+       * exp_ch5.adb
+       (Expand_Assign_With_Target_Names.Replace_Target):
+       Remove code setting Entity to Empty.
+       * sinfo.ads (Has_Target_Names):
+       Improve comment: add "@" to clarify what "target name"
+       means, and remove the content-free phrase "and must
+       be expanded accordingly."
+
 2025-10-24  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR ada/118782
index 8cc3c79e347e8f003ba4edbc43ac6cc5c5e6d087..70a0a5cc0afc8adab7f43783af54ad17b196c7c4 100644 (file)
@@ -1,3 +1,12 @@
+2025-11-04  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-11-04  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/122253
+       * decl2.cc (min_vis_expr_r): Don't mark no-linkage declarations
+       as VISIBILITY_ANON.
+
 2025-11-02  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        Backported from master:
index ab6c960e3467d00270e2ca3ad052121727aa534f..b0478074412c369b2986de9485933686d2ced15f 100644 (file)
@@ -1,3 +1,11 @@
+2025-11-04  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-11-04  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/122253
+       * g++.dg/modules/internal-16.C: New test.
+
 2025-11-03  Jeff Law  <jlaw@ventanamicro.com>
 
        Backported from master: