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-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
uns_tst.c
blob
e34ffaf30eb6b8490d93401d6d4e314f22df684b
1
a
(
c
)
2
unsigned char
c
;
3
{
4
unsigned
u
=
c
;
5
if
((
int
)
u
<
0
)
6
return
1
;
7
else
8
return
0
;
9
}
10
11
b
(
x
,
y
)
12
unsigned
x
,
y
;
13
{
14
x
/=
y
;
15
if
((
int
)
x
<
0
)
16
return
1
;
17
else
18
return
0
;
19
}