dtio_17.f90: Fix test.

2016-10-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

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

From-SVN: r241352
This commit is contained in:
Jerry DeLisle 2016-10-19 19:23:06 +00:00
parent ec1748d461
commit bdcf8e7c55
2 changed files with 8 additions and 0 deletions

View 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> 2016-10-19 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/Walloca-1.c: Adjust test for !lp64 targets. * gcc.dg/Walloca-1.c: Adjust test for !lp64 targets.

View File

@ -61,6 +61,10 @@ PROGRAM test
TYPE (person) :: chairman TYPE (person) :: chairman
integer(4) :: rl, tl, kl, thesize integer(4) :: rl, tl, kl, thesize
rl = 1
tl = 22
kl = 333
thesize = 9999
chairman%name="Charlie" chairman%name="Charlie"
chairman%age=62 chairman%age=62