2 ! { dg-options "-O2 -fdump-tree-optimized" }
4 ! Check whether the "does_not_exist" subroutine has been
5 ! optimized away, i.e. check that "foo"'s intent(IN) gets
12 integer, intent(in
) :: x
20 if (y
/= 5) call does_not_exist ()
23 ! { dg-final { scan-tree-dump-times "does_not_exist" 0 "optimized" } }