blob: 2f0be4f2f9d82bda312abe201b88e05d075020ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
set torture_eval_before_compile {
set compiler_conditional_xfail_data {
"Bogus label refernce in debugging output"
"arm-*-* thumb-*-*" \
{"-O2 -g" ""} \
{"" }
}
}
return 0
|