This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a39c6ec9790 PR target/108589 - Check REG_P for AARCH64_FUSE_ADDSUB_2REG_CONST1 new 623730d954a c++: fix ICE with -Wduplicated-cond [PR107593]
The 1 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/c-family/c-common.h | 1 + gcc/c-family/c-warn.cc | 2 +- gcc/c/c-objc-common.cc | 8 ++++++ gcc/cp/cp-tree.h | 1 - gcc/testsuite/g++.dg/warn/Wduplicated-cond3.C | 38 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/warn/Wduplicated-cond4.C | 17 ++++++++++++ gcc/testsuite/g++.dg/warn/Wduplicated-cond5.C | 16 +++++++++++ 7 files changed, 81 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wduplicated-cond3.C create mode 100644 gcc/testsuite/g++.dg/warn/Wduplicated-cond4.C create mode 100644 gcc/testsuite/g++.dg/warn/Wduplicated-cond5.C