2 ! { dg-additional-options "-O -fno-tree-loop-ivcanon -fno-tree-ccp -fno-tree-ch -finline-small-functions" }
5 INTEGER, PARAMETER :: ONE
= 1
9 integer :: a(ONE
), b(ONE
), c(ONE
), d(ONE
)
15 if (any (c
.ne
. check
)) call myabort (7)
18 integer :: j(ONE
), cc(ONE
)