This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 147fd74e393 PR libstdc++/84773 use aligned alloc functions for FreeBSD [...] new 630c880a965 PR c++/84704 * tree.c (stabilize_reference_1): Return sav [...] new e99466d6488 PR c++/84808 * constexpr.c (find_array_ctor_elt): Don't u [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 6 ++++++ gcc/cp/ChangeLog | 7 +++++++ gcc/cp/constexpr.c | 12 +++++++----- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-84808.C | 27 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/debug/pr84704.C | 11 +++++++++++ gcc/tree.c | 5 +++++ 7 files changed, 71 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-84808.C create mode 100644 gcc/testsuite/g++.dg/debug/pr84704.C