Commit bd194a51 by Thomas Schwinge Committed by Thomas Schwinge

Add missing results check in 'libgomp.fortran/allocatable3.f90'

	libgomp/
	* testsuite/libgomp.fortran/allocatable3.f90: Add missing results
	check.

From-SVN: r272449
parent 6652161e
2019-06-18 Thomas Schwinge <thomas@codesourcery.com>
* testsuite/libgomp.fortran/allocatable3.f90: Add missing results
check.
2019-06-18 Cesar Philippidis <cesar@codesourcery.com>
* testsuite/libgomp.oacc-fortran/allocatable-array-1.f90: New
......
......@@ -18,4 +18,5 @@
l = l.or.any (a.ne.0)
deallocate (a)
!$omp end parallel
if (l.or.allocated (a)) STOP 2
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment