Search:
Login
Help/Guide
About Trac
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to Ticket #3136
Ticket #3136
: long-double-bug.c
File long-double-bug.c,
93 bytes
(added by
bhaible
,
16 years ago
)
source of the test case
Line
1
long
double
foo
(
long
double
x
)
2
{
3
return
x
;
4
}
5
int
main
()
6
{
7
return
foo
(
0.0L
)
==
0.0L
;
8
}
Download in other formats:
Original Format