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
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
950221-1.c
blob
14147638668c1362ab2926b53bd4bb4fbdf5b9bf
1
short
v
= -
1
;
2
3
typedef
struct
4
{
5
short
network
;
6
}
atype
;
7
8
void
f
()
9
{
10
static
atype config
;
11
atype
*
cp
;
12
short
net
;
13
cp
= &
config
;
14
cp
->
network
= (
v
== -
1
) ?
100
:
v
;
15
net
=
cp
->
network
;
16
}