From: Paul Brook Date: Sun, 3 Oct 2004 14:01:51 +0000 (+0000) Subject: pr17286.f90: Add dg-do line. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0146748a019f74213a4b32ba99a9ff88a745a02a;p=gcc.git pr17286.f90: Add dg-do line. * gfortran.dg/pr17286.f90: Add dg-do line. Explicitly test bug, rather than relying on default formatting. From-SVN: r88448 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e01eb72d372..7c6f4455e9a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-10-03 Paul Brook + + * gfortran.dg/pr17286.f90: Add dg-do line. Explicitly test bug, + rather than relying on default formatting. + 2004-10-02 Joseph S. Myers * gcc.dg/20040920-1.c: Update expected message text. diff --git a/gcc/testsuite/gfortran.dg/pr17286.f90 b/gcc/testsuite/gfortran.dg/pr17286.f90 index ccd100f93b0..e9beb6d375d 100644 --- a/gcc/testsuite/gfortran.dg/pr17286.f90 +++ b/gcc/testsuite/gfortran.dg/pr17286.f90 @@ -1,9 +1,8 @@ -! pr17286 -! namelist read fails when spaces exist between the '=' and the numbers -! this is a libgfortran bug -! derived from testcase provided by Paul Thomas