https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89093
--- Comment #60 from Bernd Edlinger <bernd.edlinger at hotmail dot de> --- (In reply to Jakub Jelinek from comment #59) > That looks like a D FE bug then. > In any case, why can't you just use -mgeneral-regs-only on the deh.d > compilation command line? Could work, just anxious, that something in comdat segment depends on this flag. Another alternative would be to re-factor the code so that CONTINUE_UNWINDING just returns _URC_CONTINUE_UNWIND, and _only_ gdc_personality does call __gnu_unwind_frame and has the @attribute("target", ("general-regs-only")).