Commit 3d1d35d6 by Craig Burley Committed by Craig Burley

Improve testiness

From-SVN: r25637
parent fc370eff
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.
* g77.f-torture/execute/19981119-0.f: New test.
......
......@@ -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 -------
......
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