[LLVMbugs] [Bug 15723] Incorrect handling of out of bounds and strings starting from 0x
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Apr 12 08:21:50 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=15723
Howard Hinnant <hhinnant at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #3 from Howard Hinnant <hhinnant at apple.com> ---
2. "0x0" fails for the same reasons.
3. This is the exact same test as 2.
4. Fails because ss.fail() is false. Value of ld is 1.79769e+3081
5. Fails because ss.fail() is false. Value of ld is 1.79769e+3089
6. Fails because ss.fail() is false. Value of ld is 1.17977e+309
7. Fails because ss.fail() is false. Value of ld is 9.17977e+309
For me: std::numeric_limits<long double>::max() ==
1.189731495357231765021264e+4932
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130412/48f96fb7/attachment.html>
More information about the llvm-bugs
mailing list