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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20050210-1.c
blob
c9e33264035687ddb9b035c0b82f81748ecb4e55
1
/* PR middle-end/19858 */
2
3
typedef
__SIZE_TYPE__
size_t
;
4
union
U
{
int
c
; }
foo
;
5
int
bar
(
void
)
6
{
7
return
!(((
size_t
) &
foo
&
3
) ==
0
&& !((
size_t
) &
foo
&
1
));
8
}