mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
ec1748d461
commit
bdcf8e7c55
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue