]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 20 Jan 2025 00:23:17 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 20 Jan 2025 00:23:17 +0000 (00:23 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 61f3d434ecc2327950ed6226251fb2b44641bc7b..d8a87210b828999da69437de0649c41c8d354fcc 100644 (file)
@@ -1,3 +1,21 @@
+2025-01-19  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backported from master:
+       2025-01-19  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/i386.md (*movdi_internal): Reorder ISA attribute
+       by ascending alternative index.
+
+2025-01-19  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backported from master:
+       2024-12-20  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/118067
+       * config/i386/i386.md (*movdi_internal):
+       Disable alternatives from/to mask registers without AVX512BW.
+       (*movsi_internal): Ditto.
+
 2025-01-17  Georg-Johann Lay  <avr@gjlay.de>
 
        Backported from master:
index df2e7f62043e517914b3a2d815fb762e628fb01f..1216e7215b81e9ea2b3a545fe36fdec6800b5d2e 100644 (file)
@@ -1 +1 @@
-20250119
+20250120
index 9e3fa78ca510c5ca71518b1b0fa68ded5eb061ec..ce247c465da59081ca65abe47927665071cec9c3 100644 (file)
@@ -1,3 +1,12 @@
+2025-01-19  Simon Martin  <simon@nasilyan.com>
+
+       Backported from master:
+       2025-01-17  Simon Martin  <simon@nasilyan.com>
+
+       PR c++/118255
+       * name-lookup.cc (pushdecl): Don't call check_template_shadow
+       for hidden bindings.
+
 2025-01-17  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        Backported from master:
index 50acebb1dd5c3a8d70b40c7130ec2c9e644a045c..745d371991a78203146660254fbd38ad3a7694c9 100644 (file)
@@ -1,3 +1,12 @@
+2025-01-19  Simon Martin  <simon@nasilyan.com>
+
+       Backported from master:
+       2025-01-17  Simon Martin  <simon@nasilyan.com>
+
+       PR c++/118255
+       * g++.dg/lookup/pr99116-1.C: Adjust test expectation.
+       * g++.dg/template/friend84.C: New test.
+
 2025-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master: