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 39d56b96996 Fix PR 111331: wrong code for `a > 28 ? MIN<a, 28> : 29` new 16319f8fba6 warn-access: Fix handling of unnamed types [PR109804] new 58d11bfc27d testsuite: fix Wmismatched-new-delete-8.C with -m32
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/gimple-ssa-warn-access.cc | 1 + .../g++.dg/warn/Wmismatched-new-delete-8.C | 42 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-new-delete-8.C