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
PR middle-end/30262
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
921207-1.c
blob
5ee9d27cc2f5399ae992f363e75e22527dc1891d
1
f
()
2
{
3
unsigned
b
=
0
;
4
5
if
(
b
> ~
0U
)
6
b
= ~
0U
;
7
8
return
b
;
9
}
10
main
()
11
{
12
if
(
f
()!=
0
)
13
abort
();
14
exit
(
0
);
15
}