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
/
execute
/
pr23941.c
blob
4dfd6451c383593c7aab89b6588a926c0fac934d
1
extern
void
abort
(
void
);
2
double
d
=
__FLT_MIN__
/
2.0
;
3
int
main
()
4
{
5
double
x
=
__FLT_MIN__
/
2.0
;
6
if
(
x
!=
d
)
7
abort
();
8
return
0
;
9
}