[Bug gcov-profile/71672] inlining indirect calls does not work with autofdo

2024-08-12 Thread andi-gcc at firstfloor dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71672 Andi Kleen changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gcov-profile/71672] inlining indirect calls does not work with autofdo

2021-08-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71672 --- Comment #8 from CVS Commits --- The master branch has been updated by Eugene Rozenfeld : https://gcc.gnu.org/g:285aa6895d479bed8e72ad363290846645b6faa0 commit r12-2711-g285aa6895d479bed8e72ad363290846645b6faa0 Author: Eugene Rozenfeld Date

[Bug gcov-profile/71672] inlining indirect calls does not work with autofdo

2021-08-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71672 --- Comment #7 from CVS Commits --- The master branch has been updated by Eugene Rozenfeld : https://gcc.gnu.org/g:9265b378531391498ec1727f67a45da72a6c07e9 commit r12-2710-g9265b378531391498ec1727f67a45da72a6c07e9 Author: Eugene Rozenfeld Date

[Bug gcov-profile/71672] inlining indirect calls does not work with autofdo

2021-08-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71672 --- Comment #6 from CVS Commits --- The master branch has been updated by Eugene Rozenfeld : https://gcc.gnu.org/g:0ed093c7c3f755bc1cd80e5186abeb2f5c50ee0c commit r12-2709-g0ed093c7c3f755bc1cd80e5186abeb2f5c50ee0c Author: Eugene Rozenfeld Date

[Bug gcov-profile/71672] inlining indirect calls does not work with autofdo

2021-08-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71672 --- Comment #5 from CVS Commits --- The master branch has been updated by Eugene Rozenfeld : https://gcc.gnu.org/g:f9ad3d5339faaaed6e15a7b27d90fbc66eb72f37 commit r12-2708-gf9ad3d5339faaaed6e15a7b27d90fbc66eb72f37 Author: Eugene Rozenfeld Date

[Bug gcov-profile/71672] inlining indirect calls does not work with autofdo

2017-04-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71672 --- Comment #4 from Martin Liška --- Another objections is that speculative devirtualization is responsible for wrong data. However having a simple test-case: int counter = 0; class A { public: virtual void foo () { counter++; } }; int

[Bug gcov-profile/71672] inlining indirect calls does not work with autofdo

2017-04-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71672 Martin Liška changed: What|Removed |Added Status|WAITING |NEW --- Comment #3 from Martin Liška ---

[Bug gcov-profile/71672] inlining indirect calls does not work with autofdo

2017-04-13 Thread andi at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71672 --- Comment #2 from andi at firstfloor dot org --- On Wed, Apr 12, 2017 at 12:15:26PM +, marxin at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71672 > > Martin Liška changed: > >What|Removed

[Bug gcov-profile/71672] inlining indirect calls does not work with autofdo

2017-04-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71672 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug gcov-profile/71672] inlining indirect calls does not work with autofdo

2017-04-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71672 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Assig