+2006-08-11 David Edelsohn <edelsohn@gnu.org>
+
+ * gfortran.dg/direct_io_6.f90: Skip on *-*-aix*.
+
2006-08-11 Eric Botcazou <ebotcazou@libertysurf.fr>
* g++.dg/opt/pr23454-2.C: New test.
!{ dg-do run }
-!{ dg-skip-if "No large files" { hppa*-*-hpux* } { "*" } { "" } }
+!{ dg-skip-if "No large files" { *-*-aix* hppa*-*-hpux* } { "*" } { "" } }
! PR25289 Cannot handle record numbers larger than huge(0_4).
! This test checks that very large record numbers can be used.
! Derived from example in PR.
if (abyte.ne.105) call abort()
close(10, status="delete")
end
-
\ No newline at end of file
+