https://gcc.gnu.org/g:7cf09486969d314c885f837697e60802f5e124e4
commit r12-10805-g7cf09486969d314c885f837697e60802f5e124e4 Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Wed Nov 6 00:21:21 2024 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 9 +++++++++ gcc/testsuite/ChangeLog | 9 +++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 30cad970f748..e7bef9850f2a 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20241105 +20241106 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index b2f55e13d7db..bb52869e0ad9 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +2024-11-05 Simon Martin <si...@nasilyan.com> + + Backported from master: + 2024-11-05 Simon Martin <si...@nasilyan.com> + + PR c++/117158 + * typeck.cc (cp_build_array_ref): Only wrap array expression + into a SAVE_EXPR at template instantiation time. + 2024-09-17 Marek Polacek <pola...@redhat.com> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 64d6c718ac97..1c0f3289effa 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2024-11-05 Simon Martin <si...@nasilyan.com> + + Backported from master: + 2024-11-05 Simon Martin <si...@nasilyan.com> + + PR c++/117158 + * g++.dg/cpp1z/eval-order13.C: New test. + * g++.dg/parse/crash77.C: New test. + 2024-11-04 Andrew MacLeod <amacl...@redhat.com> PR tree-optimization/117398