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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
andn.c
blob
2e38dd0e36e08d350042a6158e7c6d132233fa23
1
foo
(
a
)
2
{
3
int
b
=
0x1fff
;
4
return
a
& ~
b
;
5
}