This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e077efa5805 Do not bail out for multiple PREVAILING_DEF_IRONLY for comm [...] new 6bc09e4fa2e PR85463 '[nvptx] "exit" in offloaded region doesn't termina [...] new 8e048c75b0e [testsuite] Fix tests for pr84805 and pr85405.
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/testsuite/ChangeLog | 7 ++ gcc/testsuite/g++.dg/lto/pr84805_0.C | 2 + gcc/testsuite/g++.dg/lto/pr85405_0.C | 2 + gcc/testsuite/g++.dg/lto/pr85405b_0.C | 2 + libgfortran/ChangeLog | 8 +++ libgfortran/runtime/minimal.c | 80 +++++++++++++++++++++- libgomp/ChangeLog | 15 ++++ libgomp/testsuite/libgomp.oacc-fortran/abort-1.f90 | 5 +- libgomp/testsuite/libgomp.oacc-fortran/abort-2.f90 | 5 +- .../testsuite/libgomp.oacc-fortran/error_stop-1.f | 20 ++++++ .../testsuite/libgomp.oacc-fortran/error_stop-2.f | 20 ++++++ .../testsuite/libgomp.oacc-fortran/error_stop-3.f | 20 ++++++ libgomp/testsuite/libgomp.oacc-fortran/stop-1.f | 22 ++++++ libgomp/testsuite/libgomp.oacc-fortran/stop-2.f | 20 ++++++ libgomp/testsuite/libgomp.oacc-fortran/stop-3.f | 23 +++++++ 15 files changed, 247 insertions(+), 4 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/error_stop-1.f create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/error_stop-2.f create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/error_stop-3.f create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/stop-1.f create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/stop-2.f create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/stop-3.f