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

--- Comment #18 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>:

https://gcc.gnu.org/g:33351ff9faa21c4c1af377d661a52ac0ce366db3

commit r10-6699-g33351ff9faa21c4c1af377d661a52ac0ce366db3
Author: Martin Liska <mli...@suse.cz>
Date:   Tue Feb 18 14:39:41 2020 +0100

    Drop MALLOC attribute for void functions.

        PR ipa/93583
        * cgraph.c (cgraph_node::verify_node): Verify MALLOC attribute
        and return type of functions.
        * ipa-param-manipulation.c (ipa_param_adjustments::adjust_decl):
        Drop MALLOC attribute for void functions.
        * ipa-pure-const.c (funct_state_summary_t::duplicate): Drop
        malloc_state for a new VOID clone.
        PR ipa/93583
        * gcc.dg/ipa/pr93583.c: New test.

Reply via email to