------- Additional Comments From m dot broadbent at signal dot qinetiq dot com 2005-08-02 10:56 ------- Output from test program
[EMAIL PROTECTED]:~$ g++-4.0 -o test_frexp test_frexp.cpp -save-temps -lm [EMAIL PROTECTED]:~$ ./test_frexp q: -123.456 a: -0.9645 e: 7 q: -123.456 a: 0.9645 b: -0.9645 e: 7 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23195