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.target
/
ia64
/
float80-1.c
blob
38e9c870f4e93876077370e06f745d776697f950
1
/* Bug 14610 */
2
/* { dg-do run } */
3
4
extern
void
abort
(
void
);
5
volatile
__float80 x
=
30.0
;
6
7
int
main
(
void
)
8
{
9
double
d
=
x
;
10
if
(
d
!=
30.0
)
abort
();
11
return
0
;
12
}