comparison gcc/testsuite/gfortran.dg/lto/pr40725_0.f03 @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
7 contains 7 contains
8 subroutine sub0(my_type, expected_j) bind(c) 8 subroutine sub0(my_type, expected_j) bind(c)
9 type(my_c_type_1) :: my_type 9 type(my_c_type_1) :: my_type
10 integer(c_int), value :: expected_j 10 integer(c_int), value :: expected_j
11 if (my_type%j .ne. expected_j) then 11 if (my_type%j .ne. expected_j) then
12 call abort () 12 STOP 1
13 end if 13 end if
14 end subroutine sub0 14 end subroutine sub0
15 end module bind_c_dts_2 15 end module bind_c_dts_2