[llvm-bugs] [Bug 28739] crash on x86_64-linux-gnu (Assertion `getMinSignedBits() <= 64 && "Too many bits for int64_t"' )
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jan 30 15:30:43 PST 2017
https://llvm.org/bugs/show_bug.cgi?id=28739
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Looks like there are a few places in the constant expression evaluator where we
assume integers added to a pointer will fit into 64 bits. I fixed all the cases
I could find in r293568.
--
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/20170130/625c49c0/attachment.html>
More information about the llvm-bugs
mailing list