This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c36feda9d1b [AArch64, Falkor] Switch to using Falkor-specific vector costs. new 2b1749c4ab5 PR c++/86738 * constexpr.c (cxx_eval_binary_expression): [...] new be6af76629a PR c++/86836 * pt.c (tsubst_expr): For structured binding [...]
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/cp/ChangeLog | 12 ++++++++++++ gcc/cp/constexpr.c | 11 ++++++++--- gcc/cp/pt.c | 35 ++++++++++++++++++----------------- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/g++.dg/cpp1z/decomp46.C | 25 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/opt/pr86738.C | 12 ++++++++++++ 6 files changed, 83 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp46.C create mode 100644 gcc/testsuite/g++.dg/opt/pr86738.C