repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Mainline merge as of 2006-02-16 (@111136).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20031002-1.c
blob
a023994f402dd0d917a66746e9bc6e82491b4d5d
1
/* PR/12292
2
http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00143.html */
3
4
char
flags
;
5
6
int
bug12292
(
int
t
)
7
{
8
flags
&= ~(
1
<< (
t
+
4
));
9
}