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
* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr48305.c
blob
aaec71c52a319456b3478143e26d273255fe4f13
1
/* PR c/48305 */
2
3
int
4
foo
(
int
x
)
5
{
6
return
(
x
^
1
) == (
x
^
1U
);
7
}