dtio_17.f90: Fix test.
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 19 Oct 2016 19:23:06 +0000 (19:23 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 19 Oct 2016 19:23:06 +0000 (19:23 +0000)
2016-10-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

* gfortran.dg/dtio_17.f90: Fix test.

From-SVN: r241352

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/dtio_17.f90

index e6d84c377679ae8a5c52b2dfb1548a67055f173f..1e83325376184c4d0ed8a77f2b39267dc6af588b 100644 (file)
@@ -1,3 +1,7 @@
+2016-10-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       * gfortran.dg/dtio_17.f90: Fix test.
+
 2016-10-19  Aldy Hernandez  <aldyh@redhat.com>
 
        * gcc.dg/Walloca-1.c: Adjust test for !lp64 targets.
index a6b1fb3988806691536a4467dc46d1b6dd03e740..85794d7b1eb6894fc126cca5485ac474e4af16f3 100644 (file)
@@ -61,6 +61,10 @@ PROGRAM test
   TYPE (person) :: chairman
   integer(4) :: rl, tl, kl, thesize
 
+  rl = 1
+  tl = 22
+  kl = 333
+  thesize = 9999
   chairman%name="Charlie"
   chairman%age=62