2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 930529-1.x
bloba44f482c22f726d66ce071b5092a0e72c83e49a7
1 # The problem on Alpha at -O3 is that when dd is inlined, we have
2 # division by a constant, which gets converted to multiplication
3 # by a large constant, which gets turned into an induction variable.
4 # The problem is that the multiplication was unsigned SImode, and the
5 # induction variable is DImode, and we lose the truncation that
6 # should have happened.
8 set torture_eval_before_execute {
10     set compiler_conditional_xfail_data {
11         "division by a constant conflicts with strength reduction" \
12         "alpha*-*-*" \
13         { "-O3" } \
14         { "" }
15     }
18 return 0