OSDN Git Service

Update Copyright years for files modified in 2008 and/or 2009.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / vect / cost-model-pr34445.f
1 c { dg-do compile }
2       Subroutine FndSph(Alpha,Rad)
3       Dimension Rad(100),RadInp(100)
4       Do I = 1, NSphInp
5         Rad(I) = RadInp(I)
6         Alpha = 1.2
7       End Do
8       End
9 c { dg-final { cleanup-tree-dump "vect" } }