3 ! Tests the fix for PR26227 in which the interface mismatches
4 ! below were not detected.
6 ! Contributed by Andrew Pinski <pinskia@gcc.gnu.org>
8 SUBROUTINE PHLOAD (READER
,*)
17 call PHLOAD (R
, 1) ! { dg-warning "Missing alternate return spec" }
18 CALL PHLOAD (R
, 2) ! { dg-warning "Missing alternate return spec" }
19 CALL PHLOAD (R
, *999) ! This one is OK