aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2018-04-19 10:53:38 +0200
committerThomas Schwinge <tschwinge@gcc.gnu.org>2018-04-19 10:53:38 +0200
commit6e0d40b6f82b3573b7345e0400000dbd612541b7 (patch)
tree24ddf33011e25e1eeddf1b584fb5a990e27ed36e /libgfortran/ChangeLog
parent1781a04fcc32c710b4bcd9080d8e1d7462ca3226 (diff)
PR85463 '[nvptx] "exit" in offloaded region doesn't terminate process'
libgomp/ PR libfortran/85166 * testsuite/libgomp.oacc-fortran/abort-1.f90: Switch back to "call abort". * testsuite/libgomp.oacc-fortran/abort-2.f90: Likewise. libgfortran/ PR libfortran/85166 PR libgomp/85463 * runtime/minimal.c (stop_numeric): Reimplement. (stop_string, error_stop_string, error_stop_numeric): New functions. libgomp/ PR libgomp/85463 * testsuite/libgomp.oacc-fortran/error_stop-1.f: New file. * testsuite/libgomp.oacc-fortran/error_stop-2.f: Likewise. * testsuite/libgomp.oacc-fortran/error_stop-3.f: Likewise. * testsuite/libgomp.oacc-fortran/stop-1.f: Likewise. * testsuite/libgomp.oacc-fortran/stop-2.f: Likewise. * testsuite/libgomp.oacc-fortran/stop-3.f: Likewise. From-SVN: r259491
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index d4a1fbb08ab..ea4358cc54e 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,11 @@
+2018-04-19 Thomas Schwinge <thomas@codesourcery.com>
+
+ PR libfortran/85166
+ PR libgomp/85463
+ * runtime/minimal.c (stop_numeric): Reimplement.
+ (stop_string, error_stop_string, error_stop_numeric): New
+ functions.
+
2018-04-19 Jakub Jelinek <jakub@redhat.com>
* configure: Regenerated.