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.dg
/
debug
/
crash1.c
blob
259e259f4226c1b3cb3cdcbc591b6402b2b8a33b
1
/* PR c/14492 */
2
/* { dg-options "" } */
3
4
int
main
() {
5
double
d
=
1.0
;
6
char
x
[(
int
)
d
];
7
return
0
;
8
}