2 ! { dg-additional-options "-fdump-tree-original" }
6 ! Did ICE due to the in tree-nested.c due to {clobber}
11 subroutine MPI_Allreduce(i
)
13 INTEGER, OPTIONAL
, INTENT(OUT
) :: i
14 end subroutine MPI_Allreduce
20 integer ierror
! module variable = context NAMESPACE_DECL
25 use mpi2
, only
: mpi_allreduce
28 ! intent(out) implies: ierror = {clobber}
29 call mpi_allreduce(ierror
)
37 ! { dg-final { scan-tree-dump "ierror = {CLOBBER};" "original" } }