]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 4 Nov 2024 00:16:48 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 4 Nov 2024 00:16:48 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index b465b82a0e0d7fe860426b09e5c96d17e30e5024..684732e7e945d1a3749a79616507efc4297b310a 100644 (file)
@@ -1,3 +1,15 @@
+2024-11-03  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       PR middle-end/115023
+       * doc/extend.texi (__builtin_assoc_barrier): Document ffp-contract=fast
+       and FMA usage.
+
+2024-11-03  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       PR tree-optimization/117363
+       * match.pd (`a != 0 ? a - 1 : 0`): Fix type handling
+       and nop_convert handling.
+
 2024-11-02  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/117384
index e99b9656d6218b9854175f4bc5e56a12ec278bf3..9a7f1aceb27fb115efe7826386fd0c2f0a8521d9 100644 (file)
@@ -1 +1 @@
-20241103
+20241104
index b7d5f457edf003e6d16534e9f99658454582fdac..7fc08d898aeac8f3bc4228826f95b4caff8afdeb 100644 (file)
@@ -1,3 +1,16 @@
+2024-11-03  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       PR tree-optimization/117363
+       * gcc.dg/torture/pr117363-1.c: New test.
+       * gcc.dg/torture/pr117363-2.c: New test.
+
+2024-11-03  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/115700
+       * gfortran.dg/associate_69.f90: Remove the test that produces a
+       variable string length because the optimized count depends on
+       the platform. This is tested in associate_70.f90.
+
 2024-11-02  Dimitar Dimitrov  <dimitar@dinux.eu>
 
        * gcc.dg/pr116887.c: Require effective target fpic.