Improve testiness

From-SVN: r25637
This commit is contained in:
Craig Burley 1999-03-08 06:34:47 +00:00 committed by Craig Burley
parent fc370eff81
commit 3d1d35d66a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-03-08 Craig Burley <craig@jcb-sc.com>
* g77.f-torture/execute/19981119-0.f: Improve testiness.
1999-03-08 Craig Burley <craig@jcb-sc.com>
* g77.f-torture/compile/19990305-0.f: New test.

View File

@ -29,9 +29,10 @@ C vvvv CRASH HERE vvvvv
program bug
integer N
double precision a(-10:10,-10:10)
data a/441*1d0/
N=10
call sub(N,a)
stop
if (a(-N,N) .ne. 0d0) call abort
end
*
* C --- PROGRAM END -------