This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 08661f80efc [ARM] Fix PR85203: cmse_nonsecure_caller returns wrong result new f5a21ec3ec8 PR c++/84221 - bogus -Wunused with attribute and template. new d17c077612a PR c++/85200 - ICE with constexpr if in generic lambda.
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 | 7 +++++++ gcc/cp/decl2.c | 9 +++++---- gcc/cp/tree.c | 8 +++++--- gcc/testsuite/g++.dg/cpp1z/constexpr-if18.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/warn/Wunused-var-32.C | 9 +++++++++ 5 files changed, 41 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if18.C create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-32.C