blob: eec70eec48adbb78d98db5c610a32cf877563713 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
set torture_eval_before_execute {
set compiler_conditional_xfail_data {
"I sure wish I knew why this was hosed" \
"arm-*-* thumb-*-* fr30-*-elf" \
{"-O2 -finline-functions"} \
{"" }
}
}
return 0
|