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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20040709-1.c
blob
c8c9cc357fb2fc37df84e56f7395628e61ab4321
1
/* PR target/16364 */
2
union
foo
{
3
long double
ld
;
4
}
bar
;
5
6
double
7
sub
(
union
foo baz
)
8
{
9
return
baz
.
ld
/
2
;
10
}