Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr97396.c
blobd992c11f2387cd6f0d90a3eef4ffe7ee12b4e8a6
1 // { dg-do compile }
2 // { dg-options "-O1 -ftree-vrp" }
3 // { dg-additional-options "-m32" { target { i?86-*-* x86_64-*-* } } }
5 unsigned int
6 po (char *os, unsigned int al)
8 for (;;)
10 int qx = 0;
12 while (al < 1)
14 char *cw;
16 cw = os + qx;
17 if (cw)
18 return al + qx;
20 qx += sizeof *cw;