[llvm-bugs] [Bug 44343] -Warray-bounds false negative when casting an out-of-bounds array item

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Feb 3 05:57:42 PST 2021


https://bugs.llvm.org/show_bug.cgi?id=44343

Vince Bridgers <vince.a.bridgers at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vince.a.bridgers at gmail.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Vince Bridgers <vince.a.bridgers at gmail.com> ---
Landed the following commit

commit e48f444751cf781c42934b242b81f549da77bad0
Author: Ilya Mirsky <ilya.mirsky at ericsson.com>
Date:   Sun Jan 17 18:02:44 2021 -0600
    [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds
array item
    Patch by Ilya Mirsky!
    Fixes: http://llvm.org/PR44343
    Reviewed By: rsmith
    Differential Revision: https://reviews.llvm.org/D71714

rsmith requested to carefully watch this change, and be prepared to revert if
necessary. Closing this ticket for now.

-- 
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/20210203/95e1f4b9/attachment.html>


More information about the llvm-bugs mailing list