* gfortran.dg/direct_io_6.f90: Skip on *-*-aix*.
From-SVN: r116091
This commit is contained in:
parent
105ebae827
commit
0b8f97387a
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
2006-08-11 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||||
|
|
||||||
* g++.dg/opt/pr23454-2.C: New test.
|
* g++.dg/opt/pr23454-2.C: New test.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
!{ 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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue