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
/
931012-1.c
blob
d9c958ddb90ec9accb8222aa44588d82205fc91a
1
f
(
int
b
,
int
c
)
2
{
3
if
(
b
!=
0
&&
b
!=
1
&&
c
!=
0
)
4
b
=
0
;
5
return
b
;
6
}
7
8
main
()
9
{
10
if
(!
f
(
1
,
2
))
11
abort
();
12
exit
(
0
);
13
}