This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 85d732f6eac 2019-06-14 Steven G. Kargl kargl@gcc.gnu.org new f1a27d20b7f [openacc] Disable pass_thread_jumps for IFN_UNIQUE new 722ae48db95 PR middle-end/90779 * gimplify.c: Include omp-offload.h a [...]
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 | 14 ++++++ gcc/gimplify.c | 50 +++++++++++++++++----- gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/c-c++-common/goacc/routine-5.c | 2 +- gcc/tree-ssa-threadbackward.c | 5 +++ libgomp/ChangeLog | 11 +++++ libgomp/testsuite/libgomp.c/pr90779.c | 18 ++++++++ libgomp/testsuite/libgomp.fortran/pr90779.f90 | 12 ++++++ .../testsuite/libgomp.oacc-c-c++-common/pr90009.c | 34 +++++++++++++++ 9 files changed, 141 insertions(+), 11 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c/pr90779.c create mode 100644 libgomp/testsuite/libgomp.fortran/pr90779.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr90009.c