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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

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

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
The problem here is that parsing "int()" results in INTEGER_CST 0, created by
build_zero_init, and we have no way to tell that it's not a null pointer
constant anymore :(.

Reply via email to