[llvm-commits] [llvm] r46617 - /llvm/trunk/lib/Support/APFloat.cpp

Chris Lattner clattner at apple.com
Thu Jan 31 11:06:35 PST 2008


On Jan 31, 2008, at 10:34 AM, Dale Johannesen wrote:
> Author: johannes
> Date: Thu Jan 31 12:34:01 2008
> New Revision: 46617
>
> URL: http://llvm.org/viewvc/llvm-project?rev=46617&view=rev
> Log:
> Chris' change to print an approximation to long doubles
> exposed a bug in APFloat's long double->double conversion of
> NaNs.  Broke several things in the ieee part of gcc testsuite.

Oops, nice catch dale.  Thanks!

-Chris



More information about the llvm-commits mailing list