Add missing results check in 'libgomp.fortran/allocatable3.f90'
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 18 Jun 2019 22:14:43 +0000 (00:14 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Tue, 18 Jun 2019 22:14:43 +0000 (00:14 +0200)
libgomp/
* testsuite/libgomp.fortran/allocatable3.f90: Add missing results
check.

From-SVN: r272449

libgomp/ChangeLog
libgomp/testsuite/libgomp.fortran/allocatable3.f90

index bd57e38..ef6397f 100644 (file)
@@ -1,3 +1,8 @@
+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
index 03ed1ac..df69fff 100644 (file)
@@ -18,4 +18,5 @@
   l = l.or.any (a.ne.0)
   deallocate (a)
 !$omp end parallel
+  if (l.or.allocated (a)) STOP 2
 end