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
/
960116-1.c
blob
6d7624ca1a19042bae3538a46a242768add3692d
1
static
inline
2
p
(
int
*
p
)
3
{
4
return
!((
long
)
p
&
1
);
5
}
6
7
int
8
f
(
int
*
q
)
9
{
10
if
(
p
(
q
) && *
q
)
11
return
1
;
12
return
0
;
13
}
14
15
main
()
16
{
17
if
(
f
((
int
*)
0xffffffff
) !=
0
)
18
abort
();
19
exit
(
0
);
20
}