This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from af45b17d0a8 c++: Allow translations of check_postcondition_result messa [...] new 22c3a6c3c11 Don't emit -Wxor-used-as-pow on macro expansions [PR107002]
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 | 2 +- gcc/c-family/c-warn.cc | 23 ++++++++++++++++++---- gcc/c/c-typeck.cc | 2 +- gcc/cp/parser.cc | 1 + gcc/diagnostic-show-locus.cc | 13 +++++++++--- gcc/testsuite/c-c++-common/Wxor-used-as-pow-1.c | 4 ++++ .../c-c++-common/Wxor-used-as-pow-pr107002-0.c | 9 +++++++++ .../c-c++-common/Wxor-used-as-pow-pr107002-1.c | 5 +++++ .../c-c++-common/Wxor-used-as-pow-pr107002-2.c | 5 +++++ 9 files changed, 55 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wxor-used-as-pow-pr107002-0.c create mode 100644 gcc/testsuite/c-c++-common/Wxor-used-as-pow-pr107002-1.c create mode 100644 gcc/testsuite/c-c++-common/Wxor-used-as-pow-pr107002-2.c