]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 23 Oct 2025 00:27:46 +0000 (00:27 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 23 Oct 2025 00:27:46 +0000 (00:27 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/testsuite/ChangeLog

index 91084967297dfe507bbc6b63041a647200522292..c713b9cbdabb8cb1d9a57f2408b0f24ebbc51024 100644 (file)
@@ -1,3 +1,8 @@
+2025-10-22  Haochen Jiang  <haochen.jiang@intel.com>
+
+       * config/i386/driver-i386.cc (host_detect_local_cpu): Correct
+       the logic for unknown model number cpu guess value.
+
 2025-10-21  Christophe Lyon  <christophe.lyon@linaro.org>
 
        Backported from master:
index 1ec5bc821edefd6b105fdd47243cba41dea6ef01..b8ebc41b7cea3ae3e170639921f18cc9d5b52144 100644 (file)
@@ -1 +1 @@
-20251022
+20251023
index e813e6ca40dad328f6cd880a57bf306f011cc0da..f1bffda5daef33c36687b600b10b088849b5d454 100644 (file)
@@ -1,3 +1,12 @@
+2025-10-22  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-10-22  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/122302
+       * c-common.cc (braced_list_to_string): Call copy_node on RAW_DATA_CST
+       before changing RAW_DATA_POINTER and RAW_DATA_LENGTH on it.
+
 2025-10-14  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 3bee7971b9eda00175f8f163b6d6d49927ccf811..4b0a567581eaaede87fd4cf0199139e9985901fc 100644 (file)
@@ -1,3 +1,12 @@
+2025-10-22  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-10-22  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/122302
+       * g++.dg/cpp0x/pr122302.C: New test.
+       * g++.dg/cpp/embed-27.C: New test.
+
 2025-10-21  Christophe Lyon  <christophe.lyon@linaro.org>
 
        Backported from master: