Lines Matching full:procedure
2 ! Test 15.5.2.9(2,3,5) dummy procedure requirements
17 procedure(realfunc), pointer, intent(in) :: p
20 procedure(realfunc), pointer :: p
24 procedure(cos) :: p ! ok
32 !ERROR: A dummy procedure may not be ELEMENTAL
33 procedure(elemfunc) :: p
37 procedure(realfunc), pointer :: procptr
41 procedure(intfunc), pointer :: intprocptr
47 procedure(realfunc), pointer :: p
48 procedure(intfunc), pointer :: ip
53 !ERROR: Actual argument procedure has interface incompatible with dummy argument 'p='
57 !ERROR: Actual argument procedure has interface incompatible with dummy argument 'p='
61 !ERROR: Actual argument procedure has interface incompatible with dummy argument 'p='
64 !ERROR: Actual argument associated with procedure dummy argument 'p=' is not a procedure
66 !ERROR: Actual argument associated with procedure dummy argument 'p=' is not a procedure
68 …!ERROR: Actual argument associated with procedure pointer dummy argument 'p=' must be a POINTER un…
71 !ERROR: Actual argument procedure has interface incompatible with dummy argument 'p='
73 …!ERROR: Actual argument associated with procedure pointer dummy argument 'p=' must be a POINTER un…
75 …!ERROR: Actual argument associated with procedure pointer dummy argument 'p=' must be a POINTER un…
77 …!ERROR: Actual argument associated with procedure pointer dummy argument 'p=' must be a POINTER un…
79 …!ERROR: Actual argument associated with procedure pointer dummy argument 'p=' must be a POINTER un…
103 procedure(callsub), pointer :: ps
104 procedure(realfunc), pointer :: prf
105 procedure(intfunc), pointer :: pif
129 …!ERROR: Actual argument associated with procedure dummy argument 's=' is a function but must be a …
131 …!ERROR: Actual argument associated with procedure dummy argument 's=' is a function but must be a …
133 …!ERROR: Actual argument associated with procedure dummy argument 's=' is a function but must be a …
135 …!ERROR: Actual argument associated with procedure dummy argument 's=' is a function but must be a …
137 …!ERROR: Actual argument associated with procedure dummy argument 's=' is a function but must be a …
139 …!ERROR: Actual argument associated with procedure dummy argument 's=' is a function but must be a …
141 …!ERROR: Actual argument associated with procedure dummy argument 'f=' is a subroutine but must be …
143 …!ERROR: Actual argument associated with procedure dummy argument 'f=' is a subroutine but must be …
145 …!ERROR: Actual argument associated with procedure dummy argument 'f=' is a subroutine but must be …
147 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' has incompatible re…
149 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' has incompatible re…
151 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' has incompatible re…
153 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' has incompatible re…
155 …!ERROR: Actual argument associated with procedure dummy argument 'f=' is a subroutine but must be …
157 …!ERROR: Actual argument associated with procedure dummy argument 'f=' is a subroutine but must be …
159 …!ERROR: Actual argument associated with procedure dummy argument 'f=' is a subroutine but must be …
161 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' has incompatible re…
163 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' has incompatible re…
165 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' has incompatible re…
167 …!ERROR: Actual argument function associated with procedure dummy argument 'f=' has incompatible re…