2 // { dg-options "-O2 -fgimple -fdump-tree-evrp" }
6 void __GIMPLE (ssa
,startwith("evrp"))
7 foo1 (float x
, float y
)
16 // Relation at this point is VREL_LT.
17 if (x_4(D
) __UNLT
y_5(D
))
30 void __GIMPLE (ssa
,startwith("evrp"))
31 foo2 (float x
, float y
)
40 // Relation at this point is VREL_LT.
41 if (x_4(D
) __UNLE
y_5(D
))
54 // { dg-final { scan-tree-dump-not "link_error" "evrp" } }