D - DMD 0.68 bug: math2 module broken
- Burton Radons <loth users.sourceforge.net> Aug 03 2003
- "Walter" <walter digitalmars.com> Aug 03 2003
math2 assembler functions need "ret" added or else they'll run into the new assert check because they don't return a value before the end. This happens to a lot of functions with unittesting, so Phobos should be checked without the -release setting once.
Aug 03 2003
Yeah, I ran into that. That once again shows the value of unit testing! I've got it fixed now. -Walter "Burton Radons" <loth users.sourceforge.net> wrote in message news:bgkq3p$tlm$1 digitaldaemon.com...math2 assembler functions need "ret" added or else they'll run into the new assert check because they don't return a value before the end. This happens to a lot of functions with unittesting, so Phobos should be checked without the -release setting once.
Aug 03 2003








"Walter" <walter digitalmars.com>