2 ! { dg-options "-fwhole-file" }
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>
16 character (5) :: chr
= 'hello'
17 h
= a(); ! { dg-warning "Missing actual argument" }
18 call test ([chr
]) ! { dg-warning "Rank mismatch" }
23 if (a
.ne
. 'hello') call abort