]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add missing results check in 'libgomp.fortran/allocatable3.f90'
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jun 2019 22:14:43 +0000 (22:14 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jun 2019 22:14:43 +0000 (22:14 +0000)
libgomp/
* testsuite/libgomp.fortran/allocatable3.f90: Add missing results
check.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272449 138bc75d-0d04-0410-961f-82ee72b054a4

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

index bd57e38ce19a9876bf5f8cee40e3d08f11b8da6a..ef6397f1d28b6469a488a4a97c42cfed2c114ddb 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 03ed1ac3f1adc5cebc60cea5f610f7f35dfe8459..df69fff54919eb33378317e7aeb99ce3b74d2285 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