[Bug ipa/68148] Devirtualization only applies to last of multiple successive calls

2016-01-18 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68148 James Greenhalgh changed: What|Removed |Added CC||jgreenhalgh at gcc dot gnu.org --- Co

[Bug ipa/68148] Devirtualization only applies to last of multiple successive calls

2016-01-15 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68148 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/68148] Devirtualization only applies to last of multiple successive calls

2016-01-15 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68148 --- Comment #4 from Jan Hubicka --- Author: hubicka Date: Fri Jan 15 11:00:24 2016 New Revision: 232410 URL: https://gcc.gnu.org/viewcvs?rev=232410&root=gcc&view=rev Log: PR ipa/68148 * ipa-icf.c (sem_function::merge): Virtual f

[Bug ipa/68148] Devirtualization only applies to last of multiple successive calls

2016-01-10 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68148 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug ipa/68148] Devirtualization only applies to last of multiple successive calls

2015-10-30 Thread matt at godbolt dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68148 --- Comment #2 from Matt Godbolt --- That would make sense for my second observation; but if it's a per-call thing why is only one of the calls speculatively devirtualized?

[Bug ipa/68148] Devirtualization only applies to last of multiple successive calls

2015-10-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68148 Richard Biener changed: What|Removed |Added Keywords||missed-optimization CC|