Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gfortran.dg / vect / vect-1.f90
blobcafcec7d054278c6cf8ef4f985d3f8c2757e1b32
1 ! { dg-do compile }
2 ! { dg-require-effective-target vect_float }
4 DIMENSION A(1000000), B(1000000), C(1000000)
5 READ*, X, Y
6 A = LOG(X); B = LOG(Y); C = A + B
7 PRINT*, C(500000)
8 END
10 ! { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" } }
11 ! { dg-final { cleanup-tree-dump "vect" } }