This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d3959070aa4 [PATCH] aarch64: Implement vmlsl[_high]* intrinsics using builtins new 50dbced2f37 openmp: Change the way of building of reduction array type new adb520606ce c-family: Improve MEM_REF printing for diagnostics [PR98597] new a3128bf0128 bootstrap: fix failing diagnostic selftest on Windows [PR98696] new aaec739250b testsuite: Add testcase coverage for already fixed [PR96671]
The 4 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-pretty-print.c | 259 ++++++++++++++++++++++++------ gcc/c/c-typeck.c | 4 +- gcc/diagnostic.c | 12 +- gcc/testsuite/gcc.dg/tree-ssa/pr96671-1.c | 51 ++++++ gcc/testsuite/gcc.dg/tree-ssa/pr96671-2.c | 51 ++++++ gcc/testsuite/gcc.dg/uninit-38.c | 80 ++++----- gcc/testsuite/gcc.dg/uninit-40.c | 50 ++++++ 7 files changed, 415 insertions(+), 92 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96671-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96671-2.c create mode 100644 gcc/testsuite/gcc.dg/uninit-40.c