aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute/990208-1.x
blob: c1710099151eb8c3f46cb4f49bbd1bf2d47cbc95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Doesn't work at -O3 because of ifcvt.c optimizations which
# cause the 2 inlined labels to be at the same location.

set torture_eval_before_execute {

    set compiler_conditional_xfail_data {
	"ifcvt transforms 2 inlined labels to the same address" \
	{ "ia64-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" } \
	{ "-O3" } \
	{ "" }
	}
}

return 0