[Issue 5809] feqrel fails assert in std.math on x86_64 systems
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Apr 23 17:33:36 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=5809
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #4 from Walter Bright <bugzilla at digitalmars.com> 2012-04-23 17:34:36 PDT ---
(In reply to comment #3)
> Does it still fail on 2.057?
Works on 32 bit Linux, fails on 64 bit Linux. Test program:
import std.math;
void main() {
assert(feqrel(real.min_normal/8,real.min_normal/17)==3);
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list