aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20031002-1.c
blob: a023994f402dd0d917a66746e9bc6e82491b4d5d (plain)
1
2
3
4
5
6
7
8
9
/* PR/12292
   http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00143.html  */

char flags;

int bug12292(int t)
{
	flags &= ~(1 << (t + 4));
}