https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119507
--- Comment #12 from chenglulu <chenglulu at loongson dot cn> --- (In reply to Andrew Pinski from comment #11) > (In reply to chenglulu from comment #10) > > (In reply to Andrew Pinski from comment #9) > > > Fixed for GCC 16. > > > > Thank you very much. > > Would it be possible to backport this patch to GCC 14 and GCC 15? > > No because it is not a regression and has been broke since the original > moving the exception table to comdat for comdat functions in the first place > which was done in gcc 4.8.0. OK, I understand. Thanks!