blob: 4e65f3abda82e946d1fdf63a99381fa856312c13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# This used to fail on ia32, with or without -ffloat-store.
# It works now, but some people think that's a fluke, so I'm
# keeping this around just in case.
#set torture_eval_before_execute {
#
# set compiler_conditional_xfail_data {
# "ia32 fp rounding isn't pedantic" \
# "i?86-*-*" \
# { "-O3" "-O2" "-O1" "-Os"} \
# { "" }
# }
#}
return 0
|