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.c-torture/execute/20101011-1.c: Skip on SH.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
930916-1.c
blob
6302614a8c8f3dc83e78c51c3f8fbef21c9d9f4b
1
f
(
n
)
2
unsigned
n
;
3
{
4
if
((
int
)
n
>=
0
)
5
abort
();
6
}
7
8
main
()
9
{
10
unsigned
x
= ~
0
;
11
f
(
x
);
12
exit
(
0
);
13
}