This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Fix PR libfortran/28603


Committed as obvious.  Tested on hppa2.0w-hp-hpux11.11.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2006-08-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	PR libfortran/28603
	* gfortran.dg/direct_io_6.f90: Skip on hppa*-*-hpux*.

Index: gfortran.dg/direct_io_6.f90
===================================================================
--- gfortran.dg/direct_io_6.f90	(revision 115951)
+++ gfortran.dg/direct_io_6.f90	(working copy)
@@ -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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]