https://gcc.gnu.org/g:ee372251cdb157d241b4caa4ba2cf7350edef141
commit r15-9685-gee372251cdb157d241b4caa4ba2cf7350edef141 Author: GCC Administrator <[email protected]> Date: Thu May 15 00:26:03 2025 +0000 Daily bump. Diff: --- gcc/ChangeLog | 5 +++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 22 ++++++++++++++++++++++ gcc/po/ChangeLog | 4 ++++ gcc/testsuite/ChangeLog | 17 +++++++++++++++++ libcpp/po/ChangeLog | 4 ++++ 6 files changed, 53 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8af941d59248..32479e95129d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2025-05-14 Kyle Huey <[email protected]> + + * dwarf2out.cc (resolve_addr_in_expr): Propagate dtprel into the address + table when appropriate. + 2025-05-13 Gaius Mulley <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index cfb9239653b0..63e8d5b6f5bd 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250514 +20250515 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 377d1baabc4f..1c21fb5e7c68 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,25 @@ +2025-05-14 Nathaniel Shead <[email protected]> + + Backported from master: + 2025-05-14 Nathaniel Shead <[email protected]> + + PR c++/120125 + * module.cc (trees_out::write_function_def): Only set + DECL_NOT_REALLY_EXTERN if the importer might need to emit it. + * optimize.cc (maybe_thunk_body): Don't assume 'fn' has a cgraph + node created. + +2025-05-14 Nathaniel Shead <[email protected]> + + Backported from master: + 2025-05-14 Nathaniel Shead <[email protected]> + + PR c++/119864 + * decl2.cc (start_objects): Only use module initialized for + host. + (c_parse_final_cleanups): Don't always create an OMP offload + init function in modules. + 2025-05-12 Jason Merrill <[email protected]> Backported from master: diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index 028b87feeb2f..6abdf24b3201 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,7 @@ +2025-05-14 Joseph Myers <[email protected]> + + * sv.po: Update. + 2025-05-12 Joseph Myers <[email protected]> * sv.po: Update. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2977f75c56f3..ee690777c9c1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,20 @@ +2025-05-14 Nathaniel Shead <[email protected]> + + Backported from master: + 2025-05-14 Nathaniel Shead <[email protected]> + + PR c++/120125 + * g++.dg/modules/clone-4_a.C: New test. + * g++.dg/modules/clone-4_b.C: New test. + +2025-05-14 Nathaniel Shead <[email protected]> + + Backported from master: + 2025-05-14 Nathaniel Shead <[email protected]> + + PR c++/119864 + * g++.dg/modules/openmp-1.C: New test. + 2025-05-13 Thomas Koenig <[email protected]> PR fortran/120163 diff --git a/libcpp/po/ChangeLog b/libcpp/po/ChangeLog index 2834e7d0c5c6..1c403838c8f2 100644 --- a/libcpp/po/ChangeLog +++ b/libcpp/po/ChangeLog @@ -1,3 +1,7 @@ +2025-05-14 Joseph Myers <[email protected]> + + * es.po: Update. + 2025-05-12 Joseph Myers <[email protected]> * es.po: Update.
