OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [ieee/] [hugeval.x] - Blame information for rev 323

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
# This test fails under hpux 9.X and 10.X because HUGE_VAL is DBL_MAX
2
# instead of +Infinity.
3
 
4
global target_triplet
5
if { [istarget "hppa*-*-hpux9*"] || [istarget "hppa*-*-hpux10*"] } {
6
      set torture_execute_xfail "$target_triplet"
7
}
8
 
9
# VxWorks kernel mode has the same problem.
10
if {[istarget "*-*-vxworks*"]} {
11
    set torture_eval_before_execute {
12
        global compiler_conditional_xfail_data
13
        set compiler_conditional_xfail_data {
14
            "The kernel HUGE_VAL is defined to DBL_MAX instead of +Inf."
15
            { "*-*-*" }
16
            {}
17
            { "-mrtp" }
18
        }
19
    }
20
}
21
 
22
return 0
23
 

powered by: WebSVN 2.1.0

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