fast-math-pr38968.f90: Add common to prevent folding.

* gfortran.dg/vect/fast-math-pr38968.f90: Add common to prevent
	folding.

From-SVN: r164282
This commit is contained in:
Jan Hubicka 2010-09-14 18:27:15 +02:00 committed by Jan Hubicka
parent 4de264abe7
commit 92df1544e9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-09-14 Jan Hubicka <jh@suse.cz>
* gfortran.dg/vect/fast-math-pr38968.f90: Add common to prevent
folding.
2010-09-14 Jakub Jelinek <jakub@redhat.com>
PR middle-end/45567

View File

@ -10,6 +10,7 @@ program mymatmul
complex(kp), dimension(n,n) :: a,b,c
real :: t1, t2
integer :: i, j, k
common // a,b,c
do j = 1, n
do k = 1, n