[llvm-bugs] [Bug 47963] Miscompilation Removes Necessary Function Call in Clang 10.0.1

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Oct 26 13:07:40 PDT 2020


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

Gavin Howard <gavin.d.howard at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #6 from Gavin Howard <gavin.d.howard at gmail.com> ---
Sigh...details matter. When changing `ymap_index()` recently, I added two
pointer args to insert return values in. This made it bad to use the
__attribute__((pure)) attribute, which I still had. My bad.

Closing as INVALID.

-- 
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/20201026/d9b46895/attachment-0001.html>


More information about the llvm-bugs mailing list