]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 21 May 2025 00:24:51 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 21 May 2025 00:24:51 +0000 (00:24 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 4c214dfa1e652161eba5169a761c840e2390bd57..c47e692661a4a3fbd436f41c1240b0481d92e552 100644 (file)
@@ -1,3 +1,28 @@
+2025-05-20  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2025-05-14  Martin Jambor  <mjambor@suse.cz>
+
+       PR tree-optimization/111873
+       * tree-sra.cc (sra_modify_expr): When processing a load which has
+       a type-incompatible replacement, do not store the contents of the
+       replacement into the original aggregate when that aggregate is
+       const.
+
+2025-05-20  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2025-05-16  Martin Jambor  <mjambor@suse.cz>
+                   Michal Jires  <mjires@suse.cz>
+
+       * cgraph.h (symtab_node): Make member function get_uid const.
+       * cgraphclones.cc (dump_callgraph_transformation): Dump m_uid of the
+       call graph nodes instead of order.
+       * cgraph.cc (cgraph_node::remove): Likewise.
+       * ipa-cp.cc (ipcp_lattice<valtype>::print): Likewise.
+       * ipa-sra.cc (ipa_sra_summarize_function): Likewise.
+       * symtab.cc (symtab_node::dump_base): Likewise.
+
 2025-05-16  Maciej W. Rozycki  <macro@orcam.me.uk>
 
        Backported from master:
index 4ea9877f3b776eef166c4ae355407920e44ac495..2427fe6e152d460b09959ec8f2f3a98212f4ae12 100644 (file)
@@ -1 +1 @@
-20250520
+20250521
index ae663cd776846051ccc30820cc9071aea63d50be..e1c573fdfbbd8c93cc2d157a91cab5003cf657a9 100644 (file)
@@ -1,3 +1,20 @@
+2025-05-20  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-05-20  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/120013
+       * module.cc (trees_in::install_entity): Handle re-registering
+       the inner TYPE_DECL of a partial specialisation.
+
+2025-05-20  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-05-20  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/120350
+       * rtti.cc (get_tinfo_decl_direct): Mark TREE_ADDRESSABLE.
+
 2025-05-15  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 3116650d36c3924d6f49098b6b295bd3d100b4c2..5054e4cb6c133373bf36323d4747765ddfde1fee 100644 (file)
@@ -1,3 +1,13 @@
+2025-05-20  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-05-10  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102891
+       * dependency.cc (gfc_ref_needs_temporary_p): Within an array
+       reference, inquiry references of complex variables generally
+       need a temporary.
+
 2025-05-19  Tobias Burnus  <tburnus@baylibre.com>
 
        Backported from master:
index c8b0badec54ba60e8e895d2189d328447c6ef5c6..ed5148ad73ceaf1bfff73af337baeb43107d63d2 100644 (file)
@@ -1,3 +1,41 @@
+2025-05-20  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-05-10  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102891
+       * gfortran.dg/transfer_array_subref.f90: New test.
+
+2025-05-20  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2025-05-14  Martin Jambor  <mjambor@suse.cz>
+
+       * gcc.dg/ipa/pr120044-1.c: New test.
+       * gcc.dg/ipa/pr120044-2.c: Likewise.
+       * gcc.dg/tree-ssa/pr114864.c: Likewise.
+
+2025-05-20  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-05-20  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/120013
+       * g++.dg/modules/partial-8.h: New test.
+       * g++.dg/modules/partial-8_a.C: New test.
+       * g++.dg/modules/partial-8_b.C: New test.
+       * g++.dg/modules/partial-8_c.C: New test.
+       * g++.dg/modules/partial-8_d.C: New test.
+
+2025-05-20  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-05-20  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/120350
+       * g++.dg/modules/tinfo-3_a.H: New test.
+       * g++.dg/modules/tinfo-3_b.C: New test.
+
 2025-05-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        Backported from master:
index 311212d30a04f6500b08224eef857f05f3ade7ad..d7cd8f4fd6883be7e216587c86facafc09cc56b6 100644 (file)
@@ -1,3 +1,15 @@
+2025-05-20  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-05-20  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/xml/faq.xml: Update URL for archived SGI STL docs.
+       * doc/xml/manual/containers.xml: Likewise.
+       * doc/xml/manual/extensions.xml: Likewise.
+       * doc/xml/manual/using.xml: Likewise.
+       * doc/xml/manual/utilities.xml: Likewise.
+       * doc/html/*: Regenerate.
+
 2025-05-19  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: