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] Skip gfortran.dg/guality/pr41558.f90 on 32-bit hppa*-*-hpux*


See PR.  Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.

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

2012-01-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	PR testsuite/51875
	* gfortran.dg/guality/pr41558.f90: Skip on 32-bit hppa*-*-hpux*.

Index: gfortran.dg/guality/pr41558.f90
===================================================================
--- gfortran.dg/guality/pr41558.f90	(revision 183677)
+++ gfortran.dg/guality/pr41558.f90	(working copy)
@@ -1,5 +1,6 @@
 ! PR debug/41558
 ! { dg-do run }
+! { dg-skip-if "PR testsuite/51875" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } }
 ! { dg-options "-g" }
 
 subroutine f (s)


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