This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5e0bcf280ad gcc/ PR target/80210 * config/rs6000/rs6000.c (rs6000_act [...] new e0d26ea0ba2 jit: make simpler reproducers new dcd0fe88e9f jit: fix segfault with autovectorization (PR tree-optimizat [...]
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/jit/ChangeLog | 17 ++ gcc/jit/dummy-frontend.c | 11 + gcc/jit/jit-recording.c | 62 ++++- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/jit.dg/all-non-failing-tests.h | 10 + gcc/testsuite/jit.dg/test-autovectorize.c | 375 +++++++++++++++++++++++++++ 6 files changed, 469 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/jit.dg/test-autovectorize.c