This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7679e83d8c3 * emit-rtl.c (set_insn_locations): New function moved from [...] new 8ce2417b383 PR c++/91110 * decl2.c (cp_omp_mappable_type_1): Don't em [...] new 9296b8209ba * tree-vect-stmts.c (scan_operand_equal_p): Look through M [...]
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/ChangeLog | 8 +++ gcc/cp/ChangeLog | 6 ++ gcc/cp/decl2.c | 2 +- gcc/testsuite/ChangeLog | 8 +++ gcc/testsuite/g++.dg/gomp/pr91110.C | 11 ++++ gcc/testsuite/g++.dg/vect/simd-6.cc | 2 +- gcc/testsuite/g++.dg/vect/simd-9.cc | 2 +- gcc/tree-vect-stmts.c | 102 +++++++++++++++++++++++++------- libgomp/ChangeLog | 5 ++ libgomp/testsuite/libgomp.c++/scan-13.C | 2 +- libgomp/testsuite/libgomp.c++/scan-16.C | 2 +- 11 files changed, 123 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/pr91110.C