This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bb4fbc0b2d3 [APX] i386: Fix illegal broadcast instruction generated by [...] new 523b01b022f Avoid selecting masked epilogs for in-order reduction vecto [...] new 1ae53b20c24 openmp: Fix up OpenMP loop parsing in templates [PR123597]
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/config/i386/i386.cc | 20 ++++++++ gcc/cp/parser.cc | 10 +++- gcc/testsuite/g++.dg/gomp/pr123597.C | 25 ++++++++++ .../vect/costmodel/x86_64/costmodel-vect-epil-1.c | 58 ++++++++++++++++++++++ 4 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/gomp/pr123597.C create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-epil-1.c