This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ipa/64801] [5 Regression] kernel build failure due to ICF
- From: "hubicka at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 29 Jan 2015 05:43:31 +0000
- Subject: [Bug ipa/64801] [5 Regression] kernel build failure due to ICF
- Auto-submitted: auto-generated
- References: <bug-64801-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64801
--- Comment #5 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Introduced already in https://gcc.gnu.org/ml/gcc-patches/2014-05/msg02574.html
We may need to inform inliner that calls inside thunk are cheap (and count them
with code/size cost 1) for better size results.