Fix testsuite after this commit:
authorSteven G. Kargl <kargls@comcast.net>
Sun, 11 Dec 2005 00:39:14 +0000 (00:39 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sun, 11 Dec 2005 00:39:14 +0000 (00:39 +0000)
   2005-12-10  Francois-Xavier Coudert  <coudert@clipper.ens.fr>

    PR fortran/25068
    * gfortran.dg/iostat_3.f90: New test.

From-SVN: r108371

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/g77/19981216-0.f

index cc1e261..5edcf7d 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-11  Steven G. Kargl  <kargls@comcast.net>
+
+       * gfortran.dg/g77/19981216-0.f: Fix for fortran/25068.
+
 2005-12-11  Bernhard Fischer  <rep.nop@aon.at>
 
        * gfortran.dg/substring_equivalence.f90: typo in comment
index 9460bd9..81e96bf 100644 (file)
@@ -29,7 +29,7 @@ c { dg-do compile }
 
         name = 'blah'
         open(unit=8,status='unknown',file=name,form='formatted',
-     F       iostat=ios)
+     F       iostat=ios) ! { dg-warning "integer kind in IOSTAT" }
 
       END
 * -------------------------------------------