https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118318
--- Comment #5 from Sam James <sjames at gcc dot gnu.org> --- Without -fprofile-correction, I get: ``` /var/tmp/portage/www-client/firefox-134.0/work/firefox-134.0/media/ffvpx/libavutil/tx.c:939:1: error: corrupted profile info: profile data is not flow-consistent 939 | } | ^ /var/tmp/portage/www-client/firefox-134.0/work/firefox-134.0/media/ffvpx/libavutil/tx.c:939:1: error: corrupted profile info: number of executions for edge 6-8 thought to be -25882 /var/tmp/portage/www-client/firefox-134.0/work/firefox-134.0/media/ffvpx/libavutil/tx.c:939:1: error: corrupted profile info: number of executions for edge 6-7 thought to be 25882 ``` ... which looks a bit suspicious