Commit 6b6f7231 by David Billinghurst Committed by Toon Moene

f90-intrinsic-bit.x: XFAIL on irix6.* and solaris2.*

2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>

	* g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
	solaris2.*
	* g77.f-torture/compile/pr3743.x: Likewise

From-SVN: r44671
parent fde84349
2001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
* g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
solaris2.*
* g77.f-torture/compile/pr3743.x: Likewise
2001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
* g++.dg/other/using-declaration.C: New test.
......
# This doesn't work on irix6.x or solaris2.[78]
# GNATS PR 3743
global target_triplet
if { [istarget "mips-sgi-irix6*"] || [istarget "sparc-sun-solaris2.*"] } {
set torture_compile_xfail "$target_triplet"
return 1
}
return 0
# This doesn't work on irix6.x or solaris2.[78]
# GNATS PR 3743
global target_triplet
if { [istarget "mips*-sgi-irix6*"] || [istarget "sparc-sun-solaris2.8"] } {
set torture_compile_xfail "$target_triplet"
return 1
}
return 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment