1 /* { dg-do compile { target {{ i?86-*-* x86_64-*-* } && lp64 } } } */
2 /* { dg-options "-O2 -m64 -fdump-tree-ivopts-details" } */
10 /* Can not infer loop iteration from array -- exit test can not be
11 replaced by the array address. */
12 void foo (unsigned int i_width
, TYPE dst
)
14 unsigned long long i
= 0;
15 unsigned long long j
= 0;
16 for ( ; j
< i_width
; )
25 /* { dg-final { scan-tree-dump-times "\[^:\]*if \\(.*j_\[0-9\]+.*\\)" 1 "ivopts"} } */