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
/
pr36077.c
blob
09636a10286fd49f93e38bf45d37645843863c87
1
extern
void
abort
(
void
);
2
3
unsigned int
test
(
unsigned int
x
)
4
{
5
return
x
/
0x80000001
U
/
0x00000002
U
;
6
}
7
8
int
main
()
9
{
10
if
(
test
(
2
) !=
0
)
11
abort
();
12
return
0
;
13
}