[llvm-bugs] [Bug 11748] Return from new not assumed to be non-null

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Sep 11 14:48:56 PDT 2019


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

Johannes Doerfert <jdoerfert at anl.gov> changed:

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

--- Comment #14 from Johannes Doerfert <jdoerfert at anl.gov> ---
This works now, both wrt. `nonnull` and `dereferenceable` on the return of
`_Znwm` as well as propagation and usage. The assembly for clang and gcc is
almost identical (except what delete version is called).

-- 
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/20190911/6a86c73e/attachment.html>


More information about the llvm-bugs mailing list