3 ! This tests the fix for PR36325, which corrected for the fact that a
4 ! specific or generic INTERFACE statement implies the EXTERNAL attibute.
6 ! Contributed by Janus Weil <janus@gcc.gnu.org>
13 external foo
! { dg-error "Duplicate EXTERNAL attribute" }
22 intrinsic sin
! { dg-error "EXTERNAL attribute conflicts with INTRINSIC attribute" }
25 ! argument checking was not done for external procedures with explicit interface
32 call bar() ! { dg-error "Missing actual argument" }