+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
+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
+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
+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