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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
buns.c
blob
f206bfaed0c441f7d23ae24efa2d15b3c7553258
1
foo
(
a
)
2
{
3
int
bar
=
0
;
4
5
return
(
unsigned
) (
a
-
1
) <= (
unsigned
)
bar
;
6
}
7
8
main
()
9
{
10
if
(
foo
(-
1
))
11
puts
(
"The largest possible unsigned <= 0 on this machine..."
);
12
}