https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110066
--- Comment #3 from rvalue <i at rvalue dot moe> --- (In reply to Andrew Pinski from comment #1) > This also could be a glibc issue. I tried gcc 12.2.1 and 13.1.1 with exactly the same glibc and binutils environments, the 12.2.1 version works while 13.1.1 doesn't. So I decide to report it here. Further analysis found that the identifier __EH_FRAME_BEGIN__ is different from the address of .eh_frame section by 0x10, which is unexpected. I suspect the linker might fail but that didn't change between the two runs.