This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5aebfb71763 analyzer: fix ICE when longjmp isn't marked 'noreturn' (PR 93316) new 99eb1a824a6 ipa: fix warning in ipa-prop.c new 25d62480c89 c++: Fix guard variable and attribute weak. new a4b4b1e3ac9 c++: Fix return deduction of lambda in discarded stmt.
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 | 4 ++++ gcc/cp/ChangeLog | 7 +++++++ gcc/cp/decl2.c | 8 ++++++-- gcc/cp/parser.c | 6 ++++++ gcc/ipa-prop.c | 2 +- gcc/testsuite/g++.dg/abi/guard4.C | 11 +++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if-lambda1.C | 16 ++++++++++++++++ 7 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/guard4.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if-lambda1.C