repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20010326-1.c
blob
43acf4588ca48ab23d9d41c3f36af1518fe26ee7
1
float
d
;
2
int
e
,
f
;
3
4
void
foo
(
void
)
5
{
6
struct
{
float
u
,
v
; }
a
= {
0.0
,
0.0
};
7
float
b
;
8
int
c
;
9
10
c
=
e
;
11
if
(
c
==
0
)
12
c
=
f
;
13
b
=
d
;
14
if
(
a
.
v
<
b
)
15
a
.
v
=
b
;
16
}