OSDN Git Service

2001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g77.f-torture / compile / pr3743.x
1 # This doesn't work on irix6.x or solaris2.[78] 
2 # GNATS PR 3743
3
4 global target_triplet
5 if { [istarget "mips-sgi-irix6*"] || [istarget "sparc-sun-solaris2.*"] } {
6         set torture_compile_xfail "$target_triplet"
7         return 1
8 }
9
10 return 0