From b5613c78d55a3abd4c50edc1a66966eedfc3cec7 Mon Sep 17 00:00:00 2001 From: kargl Date: Sat, 9 Apr 2005 23:21:12 +0000 Subject: [PATCH] Fix dg-do directive. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97932 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gfortran.dg/nint_1.f90 | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5ad338ed756..6e92a2d77be 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2005--4-09 Steven G. Kargl + * gfortran.dg/nint_1.f90: Fix dg-do directive + +2005--4-09 Steven G. Kargl + * gfortran.dg/nint_1.f90: New test. 2005-04-09 Thomas Koenig diff --git a/gcc/testsuite/gfortran.dg/nint_1.f90 b/gcc/testsuite/gfortran.dg/nint_1.f90 index dd5f817f3e8..e487bec8ff6 100644 --- a/gcc/testsuite/gfortran.dg/nint_1.f90 +++ b/gcc/testsuite/gfortran.dg/nint_1.f90 @@ -1,3 +1,4 @@ +! { dg-do run } program nint_1 if (int(anint(8388609.0)) /= 8388609) call abort if (int(anint(0.49999997)) /= 0) call abort -- 2.11.4.GIT