From: Jerry DeLisle Date: Wed, 19 Oct 2016 19:23:06 +0000 (+0000) Subject: dtio_17.f90: Fix test. X-Git-Tag: basepoints/gcc-8~3751 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bdcf8e7c55b6d54062f7bcd3a099c732b84a1e19;p=thirdparty%2Fgcc.git dtio_17.f90: Fix test. 2016-10-19 Jerry DeLisle * gfortran.dg/dtio_17.f90: Fix test. From-SVN: r241352 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e6d84c377679..1e8332537618 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-10-19 Jerry DeLisle + + * gfortran.dg/dtio_17.f90: Fix test. + 2016-10-19 Aldy Hernandez * gcc.dg/Walloca-1.c: Adjust test for !lp64 targets. diff --git a/gcc/testsuite/gfortran.dg/dtio_17.f90 b/gcc/testsuite/gfortran.dg/dtio_17.f90 index a6b1fb398880..85794d7b1eb6 100644 --- a/gcc/testsuite/gfortran.dg/dtio_17.f90 +++ b/gcc/testsuite/gfortran.dg/dtio_17.f90 @@ -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