From ef22f3701e41bffda7298d73d18eeb8dd3d08c7c Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Mon, 7 Aug 2006 00:04:06 +0000 Subject: re PR libfortran/28603 (FAIL: gfortran.dg/direct_io_6.f90 -O0 execution test) PR libfortran/28603 * gfortran.dg/direct_io_6.f90: Skip on hppa*-*-hpux*. From-SVN: r115980 --- gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/gfortran.dg/direct_io_6.f90 | 1 + 2 files changed, 4 insertions(+) (limited to 'gcc') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 99c4174..3585140 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2006-08-06 John David Anglin + PR libfortran/28603 + * gfortran.dg/direct_io_6.f90: Skip on hppa*-*-hpux*. + PR testsuite/27611 * g++.dg/other/unused1.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*. diff --git a/gcc/testsuite/gfortran.dg/direct_io_6.f90 b/gcc/testsuite/gfortran.dg/direct_io_6.f90 index 227d3fe..d12bb48 100644 --- a/gcc/testsuite/gfortran.dg/direct_io_6.f90 +++ b/gcc/testsuite/gfortran.dg/direct_io_6.f90 @@ -1,4 +1,5 @@ !{ dg-do run } +!{ dg-skip-if "No large files" { 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. -- cgit v1.1