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
/
pr24227.c
blob
a4bb44ad47ca21873127cf3ef5f0e5ad6c3f11e5
1
int
Fdisplay_buffer
(
int
buffer
)
2
{
3
if
(((
struct
buffer
*) ((
unsigned int
)
buffer
)) ==
4
(
0
,(
struct
buffer
*) ((
unsigned int
) ((
buffer
) &
1
))))
5
return
1
;
6
}