https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109267
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61200|0 |1 is obsolete| | --- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Created attachment 61917 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61917&action=edit New patch This implements the case where there is no trap instruction as an infinite loop instead of an call to abort. The review suggested a nop but an infinite loop seems better to me. I need to fix up the testcases though for those targets.