diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2019-11-11 11:30:33 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2020-04-29 09:24:07 +0200 |
commit | b9dc11b6730a8030cfc85f0222cef523c9c5d27c (patch) | |
tree | 918c7fc181ab289fb36fbe9a04c4de2441298fa0 /libgomp | |
parent | cde4353e58410cef404df066a059cd548f702055 (diff) | |
download | gcc-b9dc11b6730a8030cfc85f0222cef523c9c5d27c.zip gcc-b9dc11b6730a8030cfc85f0222cef523c9c5d27c.tar.gz gcc-b9dc11b6730a8030cfc85f0222cef523c9c5d27c.tar.bz2 |
Torture testing: 'libgomp.fortran/use_device_ptr-optional-2.f90'
Fix-up for commit a2c26c50310a336361d8129ecdd43d3001d6cb3a (r278046) "Fortran]
Support absent optional args with use_device_{ptr,addr}".
libgomp/
* testsuite/libgomp.fortran/use_device_ptr-optional-2.f90: Add
'dg-do run'.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 5 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-2.f90 | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index ee1764d..53bb8d2 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2020-04-29 Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/libgomp.fortran/use_device_ptr-optional-2.f90: Add + 'dg-do run'. + 2020-04-23 Andrew Stubbs <ams@codesourcery.com> PR other/94629 diff --git a/libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-2.f90 b/libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-2.f90 index 641ebd9..7a4aaae 100644 --- a/libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-2.f90 +++ b/libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-2.f90 @@ -1,3 +1,4 @@ +! { dg-do run } ! Check whether absent optional arguments are properly ! handled with use_device_{addr,ptr}. program main |