Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20031002-1.c
blob: a023994f402dd0d917a66746e9bc6e82491b4d5d [
file
] [
log
] [
blame
]
/* PR/12292
http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00143.html */
char
flags
;
int
bug12292
(
int
t
)
{
flags
&=
~(
1
<<
(
t
+
4
));
}