OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [objc/] [execute/] [forward-1.x] - Blame information for rev 307

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 307 jeremybenn
load_lib target-supports.exp
2
 
3
# XFAIL: PR libobjc/36610, for targets which pass arguments via registers
4
 
5
if { ([istarget x86_64-*-linux*] && [check_effective_target_lp64] )
6
     || [istarget powerpc*-*-linux*]
7
     || [istarget powerpc*-*-aix*]
8
     || [istarget s390*-*-*-linux*]
9
     || [istarget sh4-*-linux*]
10
     || [istarget hppa*-*-linux*]
11
     || [istarget hppa*-*-hpux*]
12
     || [istarget ia64-*-linux*] } {
13
    set torture_execute_xfail "*-*-*"
14
}
15
 
16
# For darwin and alpha-linux it fails with -fgnu-runtime,
17
# passes with -fnext-runtime.
18
 
19
if { [istarget alpha*-*-linux*]
20
     || [istarget alpha*-dec-osf*]
21
     || ([istarget i?86-*-solaris2*] && [check_effective_target_lp64] )
22
     || [istarget mips-sgi-irix*]
23
     || [istarget sparc*-sun-solaris2*]
24
     || ([istarget *-*-darwin*] && [check_effective_target_lp64] ) } {
25
    set torture_eval_before_execute {
26
        global compiler_conditional_xfail_data
27
        set compiler_conditional_xfail_data {
28
            "Target fails with -fgnu-runtime" \
29
                "*-*-*" \
30
                { "-fgnu-runtime" } \
31
                { "" }
32
        }
33
    }
34
}
35
 
36
return 0

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.