* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20031002-1.c
bloba023994f402dd0d917a66746e9bc6e82491b4d5d
1 /* PR/12292
2 http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00143.html */
4 char flags;
6 int bug12292(int t)
8 flags &= ~(1 << (t + 4));