fast-math-pr38968.f90: Decrease n from 2000 to 400.

* gfortran.dg/vect/fast-math-pr38968.f90: Decrease n
	from 2000 to 400.

From-SVN: r194440
This commit is contained in:
Jakub Jelinek 2012-12-12 10:40:48 +01:00 committed by Jakub Jelinek
parent ee3ae4f768
commit 62b3f0f05e
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2012-12-12 Jakub Jelinek <jakub@redhat.com>
* gfortran.dg/vect/fast-math-pr38968.f90: Decrease n
from 2000 to 400.
PR fortran/55633
* gcc.dg/torture/pr55633.c: New test.

View File

@ -7,7 +7,7 @@
program mymatmul
implicit none
integer, parameter :: kp = 4
integer, parameter :: n = 2000
integer, parameter :: n = 400
real(kp), dimension(n,n) :: rr, ri
complex(kp), dimension(n,n) :: a,b,c
real :: t1, t2