comparison gcc/testsuite/gfortran.dg/dependency_49.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
9 type(foo) :: a 9 type(foo) :: a
10 a%x = 'asdf' 10 a%x = 'asdf'
11 a%x = a%x(2:3) 11 a%x = a%x(2:3)
12 print *,a%x 12 print *,a%x
13 end program main 13 end program main
14 ! { dg-final { scan-tree-dump-times "__var_1" 3 "original" } } 14 ! { dg-final { scan-tree-dump-times "__var_1" 4 "original" } }