https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68790
--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Wed Dec 9 11:55:38 2015 New Revision: 231451 URL: https://gcc.gnu.org/viewcvs?rev=231451&root=gcc&view=rev Log: Fix PR ipa/68790 PR ipa/68790 * ipa-icf.c (sem_function::param_used_p): Return true if ipa_node_params_sum equals to NULL. * gcc.dg/ipa/pr68790.c: New test. Added: branches/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/pr68790.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/ipa-icf.c branches/gcc-5-branch/gcc/testsuite/ChangeLog