Commit 0b8f9738 by David Edelsohn Committed by David Edelsohn

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

From-SVN: r116091
parent 105ebae8
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> 2006-08-11 Eric Botcazou <ebotcazou@libertysurf.fr>
* g++.dg/opt/pr23454-2.C: New test. * g++.dg/opt/pr23454-2.C: New test.
!{ dg-do run } !{ 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). ! PR25289 Cannot handle record numbers larger than huge(0_4).
! This test checks that very large record numbers can be used. ! This test checks that very large record numbers can be used.
! Derived from example in PR. ! Derived from example in PR.
...@@ -25,4 +25,4 @@ ...@@ -25,4 +25,4 @@
if (abyte.ne.105) call abort() if (abyte.ne.105) call abort()
close(10, status="delete") close(10, status="delete")
end end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment