https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123634
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- If I take out -fprofile-correction, then it errors with /builddir/build/BUILD/python3.15-3.15.0_a5-build/Python-3.15.0a5/Modules/_opcode.c: In function ‘_opcode_has_local’: /builddir/build/BUILD/python3.15-3.15.0_a5-build/Python-3.15.0a5/Modules/_opcode.c:452:1: error: corrupted profile info: profile data is not flow-consistent /builddir/build/BUILD/python3.15-3.15.0_a5-build/Python-3.15.0a5/Modules/_opcode.c:452:1: error: corrupted profile info: number of executions for edge 13-14 thought to be 6040 /builddir/build/BUILD/python3.15-3.15.0_a5-build/Python-3.15.0a5/Modules/_opcode.c:452:1: error: corrupted profile info: number of executions for edge 13-15 thought to be -1 /builddir/build/BUILD/python3.15-3.15.0_a5-build/Python-3.15.0a5/Modules/_opcode.c: In function ‘_opcode_has_arg’: /builddir/build/BUILD/python3.15-3.15.0_a5-build/Python-3.15.0a5/Modules/_opcode.c:452:1: error: corrupted profile info: profile data is not flow-consistent /builddir/build/BUILD/python3.15-3.15.0_a5-build/Python-3.15.0a5/Modules/_opcode.c:452:1: error: corrupted profile info: number of executions for edge 13-14 thought to be 6035 /builddir/build/BUILD/python3.15-3.15.0_a5-build/Python-3.15.0a5/Modules/_opcode.c:452:1: error: corrupted profile info: number of executions for edge 13-15 thought to be -2
