]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 23 Jul 2025 00:24:47 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 23 Jul 2025 00:24:47 +0000 (00:24 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index c24acb7738abf0219ffed876f77845a8bbb91490..6a87243004959b397b629bd4aea8f185b323bee5 100644 (file)
@@ -1,3 +1,16 @@
+2025-07-22  Haochen Gui  <guihaoc@gcc.gnu.org>
+
+       Backported from master:
+       2024-08-15  Haochen Gui  <guihaoc@gcc.gnu.org>
+
+       * config/rs6000/rs6000.md (floatti<mode>2, floatunsti<mode>2,
+       fix_trunc<mode>ti2): Add guard TARGET_FLOAT128_HW.
+       * config/rs6000/vsx.md (xsxexpqp_<IEEE128:mode>_<V2DI_DI:mode>,
+       xsxsigqp_<IEEE128:mode>_<VEC_TI:mode>, xsiexpqpf_<mode>,
+       xsiexpqp_<IEEE128:mode>_<V2DI_DI:mode>, xscmpexpqp_<code>_<mode>,
+       *xscmpexpqp, xststdcnegqp_<mode>): Replace guard TARGET_P9_VECTOR
+       with TARGET_FLOAT128_HW.
+
 2025-07-18  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 7578d8939d61cb462c1a4670bfdd0bc4c280cf3c..bd609e4dd0ce7862e884bc9105b39c45e6ff5ebe 100644 (file)
@@ -1 +1 @@
-20250722
+20250723
index 9e620fa0214426e46c240fa87e01dbe4eddd192f..21dc96e262070417f03ce18c1115a143c6816fb0 100644 (file)
@@ -1,3 +1,11 @@
+2025-07-22  Haochen Gui  <guihaoc@gcc.gnu.org>
+
+       Backported from master:
+       2024-08-15  Haochen Gui  <guihaoc@gcc.gnu.org>
+
+       * gcc.target/powerpc/float128-cmp2-runnable.c: Replace
+       ppc_float128_sw with ppc_float128_hw and remove p9vector_hw.
+
 2025-07-18  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: