https://gcc.gnu.org/g:1e3a27b4cb0b3c5730a29370ae414581c1f64274
commit r16-8811-g1e3a27b4cb0b3c5730a29370ae414581c1f64274 Author: GCC Administrator <[email protected]> Date: Fri Apr 24 00:19:55 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/algol68/ChangeLog | 8 ++++++++ gcc/cp/ChangeLog | 21 +++++++++++++++++++++ gcc/testsuite/ChangeLog | 19 +++++++++++++++++++ 4 files changed, 49 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b1b4798b7b5f..2aec246349a3 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260423 +20260424 diff --git a/gcc/algol68/ChangeLog b/gcc/algol68/ChangeLog index dd7751a6c90b..df31218f5031 100644 --- a/gcc/algol68/ChangeLog +++ b/gcc/algol68/ChangeLog @@ -1,3 +1,11 @@ +2026-04-23 Thiago Jung Bauermann <[email protected]> + + Backported from master: + 2026-04-22 Thiago Jung Bauermann <[email protected]> + + * Make-lang.in (algol68.install-html): Fix + ga68-coding-guidelines dependency. Install all dependencies. + 2026-03-23 Jose E. Marchesi <[email protected]> * ga68-coding-guidelines.texi (Comments): Fix typo. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index e1a3f42bf736..418015a93e4b 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,24 @@ +2026-04-23 Jason Merrill <[email protected]> + + Backported from master: + 2026-04-23 Jason Merrill <[email protected]> + + PR c++/124973 + * cp-gimplify.cc (cp_fold_r): Fix typo. + +2026-04-23 Jason Merrill <[email protected]> + + Backported from master: + 2026-04-22 Jason Merrill <[email protected]> + + PR c++/124973 + PR c++/120502 + PR c++/120005 + * cp-gimplify.cc (cp_fold_r) <case TARGET_EXPR>: Only + do optimization folding when ff_genericize. + (cp_fold) <case CALL_EXPR>: Don't do + optimization folding when ff_only_non_odr. + 2026-04-21 Jason Merrill <[email protected]> PR c++/123879 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9c2f8a9745a7..294a12e9ecd6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,22 @@ +2026-04-23 Jason Merrill <[email protected]> + + Backported from master: + 2026-04-23 Jason Merrill <[email protected]> + + PR c++/124973 + * g++.dg/modules/consteval-1_b.C: Add -O. + +2026-04-23 Jason Merrill <[email protected]> + + Backported from master: + 2026-04-22 Jason Merrill <[email protected]> + + PR c++/124973 + PR c++/120502 + PR c++/120005 + * g++.dg/modules/consteval-1_a.C: New test. + * g++.dg/modules/consteval-1_b.C: New test. + 2026-04-22 Jakub Jelinek <[email protected]> * g++.dg/DRs/dr2581-2.C: Adjust for __cpp_impl_reflection bump from
