------- Comment #8 from kkojima at gcc dot gnu dot org 2009-02-20 10:41 ------- > Added: > trunk/gcc/testsuite/gcc.c-torture/execute/pr39228.c
SH requires -mieee option for the newly added pr39228.c test. I guess that alpha is on the same boat. Also it'll fail on the targets like SPU which have no inf/nan supports. We need gcc.c-torture/execute/pr39228.x if { [istarget "alpha*-*-*"] || [istarget "sh*-*-*"] } { # alpha and SH require -mieee for this test. set additional_flags "-mieee" } if [istarget "spu-*-*"] { # No Inf/NaN support on SPU. return 1 } return 0 or something like that, doesn't we? -- kkojima at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkojima at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39228