]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 15 Nov 2024 00:16:23 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 15 Nov 2024 00:16:23 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 90182833d046c7cc5f3111f316c9d454c9187891..63d2ba8352ec4b8d21814064f81cc2a92f65d84d 100644 (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.
index 97867f47cfdeec6af8c78fe18d408050dabf2df2..1bcb5dd5f30de7e0595eafcbf91fa8b0eddb4c0e 100644 (file)
@@ -1 +1 @@
-20241114
+20241115
index 6a484a74ae5e2fc02d77146969b2360d443943fc..e20b8357984f4a0bcbf8bde1cd30d871c35020b1 100644 (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
index 09e8f63cefeaa30af256daa791f338b53b52f03b..9bc93477592fa0dd208f89eaca5473564c869a69 100644 (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.
index bd7bfe4a65e2419b86a61ef73a2108f1a3e2e5c2..6bdfa2ca0b8aa5fe0a7ce3210c0f66fd74cd45e3 100644 (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