This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d5ad6f84151 d: Fix #error You must define PREFERRED_DEBUGGING_TYPE if D [...] new bedfca647a9 c/c++: new warning: -Wxor-used-as-pow [PR90885]
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 | 4 + gcc/c-family/c-lex.cc | 6 +- gcc/c-family/c-warn.cc | 94 ++++++++++++++++++++++ gcc/c-family/c.opt | 4 + gcc/c/c-parser.cc | 9 +++ gcc/c/c-tree.h | 3 + gcc/c/c-typeck.cc | 9 +++ gcc/cp/cp-tree.h | 19 ++++- gcc/cp/parser.cc | 17 +++- gcc/doc/invoke.texi | 15 ++++ gcc/testsuite/c-c++-common/Wxor-used-as-pow-1.c | 57 +++++++++++++ .../c-c++-common/Wxor-used-as-pow-fixits.c | 34 ++++++++ gcc/testsuite/g++.dg/parse/expr3.C | 2 +- gcc/testsuite/g++.dg/warn/Wparentheses-10.C | 14 ++-- gcc/testsuite/g++.dg/warn/Wparentheses-18.C | 4 +- gcc/testsuite/g++.dg/warn/Wparentheses-19.C | 12 +-- gcc/testsuite/g++.dg/warn/Wparentheses-9.C | 4 +- .../g++.dg/warn/Wxor-used-as-pow-named-op.C | 8 ++ gcc/testsuite/gcc.dg/Wparentheses-6.c | 4 +- gcc/testsuite/gcc.dg/Wparentheses-7.c | 12 +-- gcc/testsuite/gcc.dg/precedence-1.c | 4 +- libcpp/include/cpplib.h | 3 +- 22 files changed, 304 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wxor-used-as-pow-1.c create mode 100644 gcc/testsuite/c-c++-common/Wxor-used-as-pow-fixits.c create mode 100644 gcc/testsuite/g++.dg/warn/Wxor-used-as-pow-named-op.C