2 ! { dg-options "-fcheck=all" }
3 ! { dg-shouldfail "value of the PDT LEN parameter" }
5 ! Reduced version of pdt_1.f03 to check that an incorrect
6 ! value for the parameter 'b' in the dummy is picked up.
9 integer, parameter :: ftype = kind(0.0e0)
12 integer, kind :: a = kind(0.0d0)
15 real(kind = a) :: d(b, b)
16 character (len = b*b) :: chr
19 type(mytype(ftype, 4)) :: z2
22 subroutine foobar (arg)
23 type(mytype(ftype, 8)) :: arg