Daily bump.

This commit is contained in:
GCC Administrator 2024-11-15 00:16:23 +00:00
parent 71f221a8be
commit 715eb6610b
5 changed files with 68 additions and 1 deletions

View file

@ -1,3 +1,28 @@
2024-11-14 Jeff Law <jlaw@ventanamicro.com>
* config/riscv/vector.md (mov<mode> pattern/splitter): Fix type and
other attributes.
(mov<VLS_AVL_REG:mode><P:mode>_lra): Likewise.
2024-11-14 Sam James <sam@gentoo.org>
* configure: Regenerate.
2024-11-14 Denis Chertykov <chertykov@gmail.com>
PR rtl-optimization/117191
* lra-spills.cc (spill_pseudos): Mark a CLOBBER insn with pseudo
spilled to memory for removing it later together with LRA temporary
CLOBBER insns.
2024-11-14 Martin Jambor <mjambor@suse.cz>
PR ipa/114985
* ipa-cp.cc (ipa_vr_intersect_with_arith_jfunc): New function.
(ipa_value_range_from_jfunc): Move the common functionality to the
above new function, adjust the rest so that it works with it well.
(propagate_vr_across_jump_function): Likewise.
2024-11-14 Jan Hubicka <hubicka@ucw.cz>
* common.opt.urls: Fix.

View file

@ -1 +1 @@
20241114
20241115

View file

@ -1,3 +1,11 @@
2024-11-14 Harald Anlauf <anlauf@gmx.de>
PR fortran/104819
* trans-expr.cc (conv_null_actual): Helper function to handle
passing of NULL() to non-optional dummy arguments of non-bind(c)
procedures.
(gfc_conv_procedure_call): Use it for character dummies.
2024-11-13 Paul Thomas <pault@gcc.gnu.org>
PR fortran/105054

View file

@ -1,3 +1,8 @@
2024-11-14 Harald Anlauf <anlauf@gmx.de>
PR fortran/104819
* gfortran.dg/null_actual_6.f90: New test.
2024-11-14 Jason Merrill <jason@redhat.com>
* g++.dg/modules/namespace-7_a.C: New test.

View file

@ -1,3 +1,32 @@
2024-11-15 Jonathan Wakely <jwakely@redhat.com>
* include/bits/stl_list.h (list::emplace_back): Fix indentation.
2024-11-14 Jonathan Wakely <jwakely@redhat.com>
* include/bits/ranges_algo.h (__is_permutation_fn::operator()):
Short-circuit for sized ranges with different sizes, as per LWG
3560.
* include/bits/ranges_algobase.h (__equal_fn::operator()):
Likewise.
* include/bits/stl_algo.h (__is_permutation): Use if-constexpr
for random access iterator branches.
* include/bits/stl_algobase.h (__equal4): Likewise.
* testsuite/25_algorithms/equal/lwg3560.cc: New test.
* testsuite/25_algorithms/is_permutation/lwg3560.cc: New test.
2024-11-14 Patrick Palka <ppalka@redhat.com>
* include/std/ranges (keys_view): Adjust as per LWG 3563.
(values_view): Likewise.
* testsuite/std/ranges/adaptors/elements.cc (test08): New test.
2024-11-14 Jonathan Wakely <jwakely@redhat.com>
* include/bits/ranges_util.h (subrange::begin): Fix constraint,
as per LWG 3589.
* testsuite/std/ranges/subrange/lwg3589.cc: New test.
2024-11-14 Jonathan Wakely <jwakely@redhat.com>
* include/bits/c++config (_GLIBCXX_NODISCARD): Expand for C++11