Lines Matching full:g
35 interface g interface
43 interface g interface
50 ! Generic g should merge the two use-associated ones
54 call g(123)
55 call g(1.2)
59 interface g interface
74 ! Generic g should merge the two use-associated ones
77 use m5b, g => gg
78 call g(123)
79 call g(1.2)
99 …!ERROR: Generic 'g' may not have specific procedures 'sa' and 'sb' as their interfaces are not dis…
100 use m6a, g => gg
101 use m6b, g => gg
105 interface g interface
113 interface g interface
121 interface g interface
133 call g(1.0)
134 call g(1.0, 2.0)
135 call g(1.0, 2.0, 3.0)
139 interface g interface
147 interface g interface
155 integer :: g variable
162 !ERROR: Reference to 'g' is ambiguous
163 g = 1
167 interface g interface
168 module procedure g
171 subroutine g() subroutine
175 interface g interface
176 module procedure g
179 subroutine g() subroutine
183 …!PORTABILITY: USE-associated generic 'g' should not have specific procedures 'g' and 'g' as their …
189 interface g interface
200 …!ERROR: Generic 'g' may not have specific procedures 's' and 's' as their interfaces are not disti…
201 interface g interface
232 use m12a, only: g => ga
233 use m12c, only: g => gc
234 interface g interface