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
/
pr13889.c
blob
d14bc9ac54293146fc835014b85844f8ccc12387
1
/* PR target/13889 */
2
struct
{
long long
a
; } *
p
;
3
void
initNetFlowFunct
(
void
) {
4
unsigned int
b
= (
unsigned int
)-
1
;
5
p
->
a
=
b
;
6
}
7