This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 25b39f1f906 gcc/ 2019-06-05 Hongtao Liu hongtao.liu@intel.com new e32d171e4bb * omp-low.c (lower_rec_input_clauses): Force max_vf if is_ [...] new 8259fae168a * omp-low.c (lower_rec_input_clauses): For lastprivate con [...]
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 | 17 +++ gcc/omp-low.c | 114 +++++++++++++++++++-- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/g++.dg/vect/simd-1.cc | 114 +++++++++++++++++++++ libgomp/ChangeLog | 5 + .../libgomp.c++/lastprivate-conditional-1.C | 62 +++++++++++ .../libgomp.c++/lastprivate-conditional-2.C | 104 +++++++++++++++++++ 7 files changed, 414 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/vect/simd-1.cc create mode 100644 libgomp/testsuite/libgomp.c++/lastprivate-conditional-1.C create mode 100644 libgomp/testsuite/libgomp.c++/lastprivate-conditional-2.C