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

Richard Smith <richard-l...@metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Fixed By Commit(s)|                            |347730
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Richard Smith <richard-l...@metafoo.co.uk> ---
We were getting the determination of whether (const void*)0 is a null pointer
wrong in general. For instance, we didn't reject this in -pedantic-errors mode:

int *p = (const void*)0;

Fixed in r347730. Thanks for the report!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to