Skip to content
Snippets Groups Projects
Commit 2fee86e6 authored by Steven G. Kargl's avatar Steven G. Kargl Committed by Steven G. Kargl
Browse files

Fix dg-do directive.

From-SVN: r97932
parent 5f115a4b
No related branches found
No related tags found
No related merge requests found
2005--4-09 Steven G. Kargl <kargls@comcast.net>
* gfortran.dg/nint_1.f90: Fix dg-do directive
2005--4-09 Steven G. Kargl <kargls@comcast.net>
 
* gfortran.dg/nint_1.f90: New test.
......
! { dg-do run }
program nint_1
if (int(anint(8388609.0)) /= 8388609) call abort
if (int(anint(0.49999997)) /= 0) call abort
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment