This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9a8c08aaad5 c++, contracts: Add caller-side contract checks, and controls. new b0db0df2b2f c++: -Wunused-value on ternary indexed by non-constant new 04ec3d47125 c++: Fix false positive with -Wunused [PR114450]
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/lambda.cc | 2 +- gcc/cp/semantics.cc | 4 +++- gcc/cp/typeck.cc | 1 + gcc/testsuite/g++.dg/warn/Wunused-value-2.C | 18 ++++++++++++++++ gcc/testsuite/g++.dg/warn/Wunused-var-42.C | 33 +++++++++++++++++++++++++++++ 5 files changed, 56 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-value-2.C create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-42.C