This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bf09d886a4be [PR93306] Short-circuit has_include new c60a18f8056f c++: Fix deprecated attribute handling on templates (PR c+ [...] new eff9c61dfb08 PR c++/92531 - ICE with noexcept(lambda). new 6ed8c923325c [AArch64] Enable compare branch fusion
The 3 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 | 5 +++++ gcc/config/aarch64/aarch64.c | 4 ++-- gcc/cp/ChangeLog | 12 ++++++++++++ gcc/cp/parser.c | 12 +++++++++++- gcc/cp/pt.c | 17 +++-------------- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/cpp1y/attr-deprecated-3.C | 13 +++++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-lambda25.C | 7 +++++++ 8 files changed, 58 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/attr-deprecated-3.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-lambda25.C