comparison gcc/testsuite/gfortran.dg/pr43808.f90 @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
130:e108057fa461 132:d34655255c78
12 type(b) :: y(2) 12 type(b) :: y(2)
13 x(1) = a((/1,2,3,4/)) 13 x(1) = a((/1,2,3,4/))
14 x(2) = a((/1,2,3,4/)+10) 14 x(2) = a((/1,2,3,4/)+10)
15 y(1) = b((/x(1),x(2)/)) 15 y(1) = b((/x(1),x(2)/))
16 y(2) = b((/x(1),x(2)/)) 16 y(2) = b((/x(1),x(2)/))
17 if (y(1)%j(1)%i(1) .ne. 1) call abort 17 if (y(1)%j(1)%i(1) .ne. 1) STOP 1
18 end 18 end