1 /* { dg-options "-ffast-math" } */
2 /* { dg-do compile } */
3 /* This test used to crash the vectorizer as the ifconvert pass
4 used to convert the if to copysign but called update_stmt on
5 the old statement after calling fold_stmt. */
9 for (int i
= 0 ;i
< 18;i
++)