https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118411
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |15.0 --- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Mathieu Desnoyers from comment #5) > I confirm that the proposed fix applied on gcc-14.2.0 fixes the issue when > compiling the the reproducer with "-marm". Thanks for the confirmation. > > Note that this issue is not recent, this fix may need to be backported to > older compiler versions. Yes it has been a bug since asm goto was introduced. It was missed that jump_insn could have been an asm. Now we have future prove it for others too. Fixed so far on the trunk, I will be going to backport it to the open branches in a few weeks.