2 ! { dg-additional-options "-fdump-tree-original" }
3 ! PR 85544 - this used to ICE.
5 integer, parameter :: na
= -3, ne
= 10
6 integer :: i
, a(na
:ne
), b(na
:ne
)
10 if (any (b
/= [0,0,0,1,2,4,8,16,32,64,128,256,512,1024])) stop 1
12 if (any (b
/= 1)) stop 2
14 if (any (b
/= [-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1]) )stop 3
16 if (any (b
/= [0,0,0,1,8,64,512,4096,32768,262144,2097152,16777216,&
17 134217728,1073741824])) stop 4
19 if (any (b
/= [0,0,0,1,4,16,64,256,1024,4096,16384,65536,262144,1048576])) stop 5
24 if (v
/= 16**i
) stop 6
27 ! { dg-final { scan-tree-dump-not "_gfortran_pow" "original" } }