https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108000
Eugene Rozenfeld changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108000
--- Comment #4 from CVS Commits ---
The master branch has been updated by Eugene Rozenfeld :
https://gcc.gnu.org/g:7410032a772a9e77b620b091c2b551b68113a179
commit r13-4567-g7410032a772a9e77b620b091c2b551b68113a179
Author: Eugene Rozenfeld
Dat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108000
--- Comment #3 from Eugene Rozenfeld ---
Repro steps:
gcc -O2 -g -o ./pr108000 ./pr108000.c
perf record -e cpu/event=0xC4,umask=0x20/puk -b -m8 -o perf.data ./pr108000
create_gcov --binary ./pr108000 --profile=./perf.data -gcov_version=2
--gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108000
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |erozen at microsoft dot
com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108000
--- Comment #2 from Eugene Rozenfeld ---
I actually have a fix for this, just wanted to file a simple test case. I
initially ran into this failure while reviving autoprofiledbootstrap build. The
failure happens while using the profile and the bu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108000
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2022-12-07
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108000
--- Comment #1 from Andrew Pinski ---
Can you provide the exact command lines being used and does it fail during
while using the profile or before?