Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.c-torture / compile / pr21761.c
blobb9ca5c919659f62007680b053ce1c76c5bba8c35
1 void f1()
3 long bit=0, exponent;
4 exponent = -exponent;
5 for (bit = 1; exponent; bit <<= 1)
6 if (exponent & bit)
7 exponent ^= bit;