[Bug ipa/87706] Inlined functions trigger invalid -Wmissing-profile warning

2018-11-20 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87706 --- Comment #10 from Jan Hubicka --- Author: hubicka Date: Tue Nov 20 15:58:37 2018 New Revision: 266320 URL: https://gcc.gnu.org/viewcvs?rev=266320&root=gcc&view=rev Log: PR ipa/87706 * ipa-fnsummary.c (pass_ipa_fnsummary): Do

[Bug ipa/87706] Inlined functions trigger invalid -Wmissing-profile warning

2018-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87706 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/87706] Inlined functions trigger invalid -Wmissing-profile warning

2018-11-20 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87706 --- Comment #8 from Jan Hubicka --- Author: hubicka Date: Tue Nov 20 13:25:04 2018 New Revision: 266315 URL: https://gcc.gnu.org/viewcvs?rev=266315&root=gcc&view=rev Log: PR ipa/87706 * ipa-fnsummary.c (pass_ipa_fnsummary): Do n

[Bug ipa/87706] Inlined functions trigger invalid -Wmissing-profile warning

2018-11-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87706 --- Comment #7 from Eric Gallager --- (In reply to Martin Liška from comment #6) > (In reply to Eric Gallager from comment #5) > > (In reply to Martin Liška from comment #4) > > > Assigning to Honza after we discussed that. > > > > So, this is k

[Bug ipa/87706] Inlined functions trigger invalid -Wmissing-profile warning

2018-11-16 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87706 --- Comment #6 from Martin Liška --- (In reply to Eric Gallager from comment #5) > (In reply to Martin Liška from comment #4) > > Assigning to Honza after we discussed that. > > So, this is kind of off-topic, but I've been wondering for a while,

[Bug ipa/87706] Inlined functions trigger invalid -Wmissing-profile warning

2018-11-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87706 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug ipa/87706] Inlined functions trigger invalid -Wmissing-profile warning

2018-11-16 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87706 Martin Liška changed: What|Removed |Added Assignee|marxin at gcc dot gnu.org |hubicka at ucw dot cz --- Comment

[Bug ipa/87706] Inlined functions trigger invalid -Wmissing-profile warning

2018-11-15 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87706 Martin Liška changed: What|Removed |Added Target Milestone|--- |9.0

[Bug ipa/87706] Inlined functions trigger invalid -Wmissing-profile warning

2018-11-05 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87706 --- Comment #3 from Martin Liška --- (In reply to Jan Hubicka from comment #2) > cow is already dead at profile time (if it would not, we would end up using > the counter). It seems to me that one remove unreachable code pass is > missing. > We u

[Bug ipa/87706] Inlined functions trigger invalid -Wmissing-profile warning

2018-11-05 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87706 --- Comment #2 from Jan Hubicka --- cow is already dead at profile time (if it would not, we would end up using the counter). It seems to me that one remove unreachable code pass is missing. We used to remove unreachable code after early optimiza

[Bug ipa/87706] Inlined functions trigger invalid -Wmissing-profile warning

2018-10-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87706 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at