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
Small ChangeLog tweak.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr79276.c
blob
4abc2a0acddbbe1c35bf762a7b14a9701fc30f66
1
/* { dg-do compile } */
2
3
short int
4
ix
(
int
*
ld
,
short int
oi
)
5
{
6
*
ld
= ((
unsigned short int
)
oi
|
oi
) && !!(*
ld
);
7
return
(
oi
!=
0
) ?
oi
:
1
;
8
}