* gfortran.dg/direct_io_6.f90: Skip on *-*-aix*.

From-SVN: r116091
This commit is contained in:
David Edelsohn 2006-08-11 20:40:52 +00:00 committed by David Edelsohn
parent 105ebae827
commit 0b8f97387a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -1,5 +1,5 @@
!{ 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.
@ -25,4 +25,4 @@
if (abyte.ne.105) call abort()
close(10, status="delete")
end