diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 07bd03df168..002761d20d1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-08-11 David Edelsohn + + * gfortran.dg/direct_io_6.f90: Skip on *-*-aix*. + 2006-08-11 Eric Botcazou * g++.dg/opt/pr23454-2.C: New test. diff --git a/gcc/testsuite/gfortran.dg/direct_io_6.f90 b/gcc/testsuite/gfortran.dg/direct_io_6.f90 index d12bb48a03b..2089101001c 100644 --- a/gcc/testsuite/gfortran.dg/direct_io_6.f90 +++ b/gcc/testsuite/gfortran.dg/direct_io_6.f90 @@ -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 - \ No newline at end of file +