This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 98794d9bd49 Bump BASE-VER. new 8f612e6559b c-family: Fix -Warray-compare warning ICE [PR115290] new c60dd0eb28e diagnostics: Fix add_misspelling_candidates [PR115440]
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/c-family/c-warn.cc | 13 +++++++++---- gcc/opts-common.cc | 6 ++++-- gcc/testsuite/c-c++-common/Warray-compare-3.c | 13 +++++++++++++ gcc/testsuite/g++.dg/cpp1z/pr115440.C | 8 ++++++++ 4 files changed, 34 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Warray-compare-3.c create mode 100644 gcc/testsuite/g++.dg/cpp1z/pr115440.C