ieeeFlags do not work properly

2010-01-07 Thread Torben Hagerup
Run under D version 2.037, the program below runs through without raising any assert exceptions. This shows an erratic behavior with respect to ieeeFlags that is hardly intended. Other ieeeFlags also work (or, rather, do not work) in unexpected ways. import std.math;

Re: ieeeFlags do not work properly

2010-01-07 Thread Lars T. Kyllingstad
Torben Hagerup wrote: Run under D version 2.037, the program below runs through without raising any assert exceptions. This shows an erratic behavior with respect to ieeeFlags that is hardly intended. Other ieeeFlags also work (or, rather, do not work) in unexpected ways.

Re: ieeeFlags do not work properly

2010-01-07 Thread Don
Torben Hagerup wrote: Run under D version 2.037, the program below runs through without raising any assert exceptions. This shows an erratic behavior with respect to ieeeFlags that is hardly intended. Other ieeeFlags also work (or, rather, do not work) in unexpected ways.