arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr84648.c
blob7832ffa398b247a1663aa7903f1a911accf96932
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -fdump-tree-cddce1-details" } */
4 typedef unsigned uint32_t __attribute__((mode (__SI__)));
6 int main() {
7 for (uint32_t i = 0; i < (1UL << 31); ++i) {
9 return 0;
12 /* { dg-final { scan-tree-dump-times "Found loop 1 to be finite: upper bound found" 1 "cddce1" } } */