OSDN Git Service

* expr.c (highest_pow2_factor_for_type): Rename into
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 961017-1.c
1 main ()
2 {
3   unsigned char z = 0;
4
5   do ;
6   while (--z > 0);
7   exit (0);
8 }