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
Fix warnings occured during profiledboostrap on
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr31710.c
blob
0c8562dbcde057b50a0832b0786d0533f42eda06
1
typedef
short
SHORT
;
2
struct
v
{
SHORT i
; };
3
void
f
(
struct
v
*
pin
,
struct
v
*
pout
) {
4
if
(
pin
->
i
== (-
0x7fff
)-
1
)
5
pout
->
i
= -
pin
->
i
;
6
}