[Issue 2697] [DMC too] Cast of float function return to ulong or uint gives bogus value

2009-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2697 --- Comment #6 from Don 2009-08-04 01:48:40 PDT --- (In reply to comment #5) > This is the output I get from running Stewart's program with DMD 2.031 on > Linux > As you suspected, float->uint works, while float->ulong fails. Awesome! The

[Issue 2697] [DMC too] Cast of float function return to ulong or uint gives bogus value

2009-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2697 Lars T. Kyllingstad changed: What|Removed |Added CC||bugzi...@kyllingen.net --- Com

[Issue 2697] [DMC too] Cast of float function return to ulong or uint gives bogus value

2009-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2697 --- Comment #4 from Don 2009-08-04 00:27:08 PDT --- The evil is done in cdcnvt() in cod4.c, just after this bit... case OPf_d: case OPd_f: /* if won't do us much good to transfer back and*/ /* forth betw

[Issue 2697] [DMC too] Cast of float function return to ulong or uint gives bogus value

2009-08-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2697 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au Summary|Cast of