2 ! { dg-options "-fdump-tree-original" }
4 ! Test the fix for PR37903, in which the temporary for the vector index
7 ! Contributed by Mikael Morin <mikael.morin@tele2.fr>
9 integer :: i(-1:1) = 1, j(3) = 1, k(3)
12 ! { dg-final { scan-tree-dump-times "A\.2\\\[3\\\]" 1 "original" } }
13 ! { dg-final { cleanup-tree-dump "original" } }