[Bug ipa/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 18 13:40:00 GMT 2020
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 <marxin@gcc.gnu.org>:
https://gcc.gnu.org/g:33351ff9faa21c4c1af377d661a52ac0ce366db3
commit r10-6699-g33351ff9faa21c4c1af377d661a52ac0ce366db3
Author: Martin Liska <mliska@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.
More information about the Gcc-bugs
mailing list