]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 27 Oct 2024 00:17:28 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 27 Oct 2024 00:17:28 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index db5fbed932e7ebd29cca92f2cf71de8e53e0d746..b9bfa5db4d2c1924d959ef6704378c4aee304296 100644 (file)
@@ -1,3 +1,30 @@
+2024-10-26  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       PR tree-optimization/117234
+       * tree-eh.cc (operation_could_trap_helper_p): Treat
+       PAREN_EXPR and VEC_DUPLICATE_EXPR like constructing
+       expressions.
+
+2024-10-26  Richard Biener  <rguenther@suse.de>
+
+       * tree-vect-slp.cc (vect_get_operand_map): Mark
+       COMPARISON_CLASS_P COND_EXPR condition path unreachable.
+       * tree-vect-stmts.cc (vect_is_simple_use): Likewise.
+       (vectorizable_condition): Assert the COND_EXPR condition isn't
+       COMPARISON_CLASS_P.
+
+2024-10-26  Richard Biener  <rguenther@suse.de>
+
+       * tree-vect-patterns.cc (vect_recog_ctz_ffs_pattern): Create
+       a separate pattern stmt for the comparison in the generated
+       COND_EXPR.
+
+2024-10-26  Richard Biener  <rguenther@suse.de>
+
+       * tree-vect-patterns.cc (vect_recog_divmod_pattern): Build
+       separate comparion pattern for the condition of a COND_EXPR
+       pattern.
+
 2024-10-25  Andrew Pinski  <quic_apinski@quicinc.com>
 
        PR rtl-optimization/58195
index 7125d77c104ce6fba36a3d598ec51bf2e9fb7fd4..484ce9b3e427427e86c507fc0ea1e5fd231a031a 100644 (file)
@@ -1 +1 @@
-20241026
+20241027
index 555fcc26e9dc3531838ad1a5eb6e25bac4cb07ba..b12bd408b9c961185c9e4806706feb832b6f92e9 100644 (file)
@@ -1,3 +1,10 @@
+2024-10-26  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/62122
+       * doc/gnat_rm/implementation_defined_attributes.rst
+       (Unrestricted_Access): Remove null exclusion.
+       * gnat_rm.texi: Regenerate.
+
 2024-10-25  Tom Tromey  <tromey@adacore.com>
 
        * gcc-interface/decl.cc (gnat_to_gnu_entity): Use gnu_fat_type as the type
index 20895cd2c27abe9ee83a9294dc4b2207c57a63bb..6de40b348c1992b1952c2acde5644da66e68190b 100644 (file)
@@ -1,3 +1,16 @@
+2024-10-26  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * intrinsic.texi: Add menu item for UINT.
+
+2024-10-26  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       * gfortran.texi: Correct reference to make clear that UNSIGNED
+       will not be part of F202Y.
+       Other clarifications.
+       Extend table of intrinsics, add links.
+       * intrinsic.texi: Add descriptions for UNSIGNED arguments.
+       * invoke.texi: Add anchor for -funsigned.
+
 2024-10-25  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/79685
index a75921d207c1ace224fd8706c851ab65e714d4ee..428d615bc540c968d80f9dc992d07abb24de6cbc 100644 (file)
@@ -1,3 +1,17 @@
+2024-10-26  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       PR tree-optimization/117234
+       * g++.dg/eh/noncall-fp-1.C: New test.
+       * g++.target/aarch64/sve/noncall-eh-fp-1.C: New test.
+       * gcc.dg/tree-ssa/trapping-1.c: New test.
+       * gcc.target/aarch64/sve/trapping-1.c: New test.
+
+2024-10-26  Sam James  <sam@gentoo.org>
+
+       PR testsuite/117299
+       * gcc.dg/lto/tbaa_0.c: Move to...
+       * gcc.dg/tbaa.c: ...here.
+
 2024-10-25  Andrew Pinski  <quic_apinski@quicinc.com>
 
        PR rtl-optimization/58195