https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71219

nsz at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nsz at gcc dot gnu.org

--- Comment #2 from nsz at gcc dot gnu.org ---
note that casting the return value of malloc is an anti-pattern in c and
dangerous (unfortunately widespread due to c++).

this effectively turns the type-checker off, which is an especially bad idea on
a compiler that accepts implicitly declared function calls assuming int return
type.

Reply via email to