mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-02 05:50:26 +08:00
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:
parent
4de264abe7
commit
92df1544e9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user