https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108000
--- Comment #3 from Eugene Rozenfeld <erozen at microsoft dot com> --- 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 --gcov=./pr108000.gcda gcc ./pr108000.c -O2 -fauto-profile=./pr108000.gcda -O2 -o ./pr108000.afdo