Commit a7e34b17 by Craig Burley Committed by Craig Burley

new test of DO WHILE

From-SVN: r26726
parent f6a72cb6
1999-05-02 Craig Burley <craig@jcb-sc.com>
* g77.f-torture/compile/19990502-1.f: New test.
1999-05-02 Craig Burley <craig@jcb-sc.com>
* g77.f-torture/compile/19990502-0.f: New test.
Sun May 2 01:38:50 1999 Craig Burley <craig@jcb-sc.com>
......
SUBROUTINE G(IGAMS,IWRK,NADC,NCellsInY)
INTEGER*2 IGAMS(2,NADC)
in = 1
do while (in.le.nadc.and.IGAMS(2,in).le.in)
enddo
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