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 f6900797baa Daily bump. new e26608db3c2 middle-end/111253 - partly revert r11-6508-gabb1b6058c09a7 new 4ef015bd9a8 Apply some TLC to vect_slp_analyze_instance_dependence new e35556c61bd tree-optimization/111137 - dependence checking for SLP new 5c3ab44771d debug/111080 - avoid outputting debug info for unused restr [...]
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.cc | 7 +- gcc/dwarf2out.cc | 7 + gcc/testsuite/gcc.dg/Wfree-nonheap-object-7.c | 26 +++ gcc/testsuite/gcc.dg/debug/dwarf2/pr111080.c | 18 ++ gcc/testsuite/gcc.dg/torture/pr111137.c | 30 +++ gcc/tree-vect-data-refs.cc | 258 +++++++++++++------------- 6 files changed, 220 insertions(+), 126 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wfree-nonheap-object-7.c create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/pr111080.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr111137.c