Commit 92df1544 by Jan Hubicka Committed by Jan Hubicka

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


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

From-SVN: r164282
parent 4de264ab
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> 2010-09-14 Jakub Jelinek <jakub@redhat.com>
PR middle-end/45567 PR middle-end/45567
......
...@@ -10,6 +10,7 @@ program mymatmul ...@@ -10,6 +10,7 @@ program mymatmul
complex(kp), dimension(n,n) :: a,b,c complex(kp), dimension(n,n) :: a,b,c
real :: t1, t2 real :: t1, t2
integer :: i, j, k integer :: i, j, k
common // a,b,c
do j = 1, n do j = 1, n
do k = 1, n do k = 1, n
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment