arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr95649.c
blobcc9b7640c19f74ccd967f4dc0ca7af89c54aa72f
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-tree-scev-cprop" } */
4 char b (void);
5 char *d;
6 int e;
7 int f;
8 void
9 g (char *h)
11 while (d)
13 long i = b ();
14 if (h + i > d)
15 break;
16 if (f > 0 || e)
18 *h++ = *h;
19 while (--i);