https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81643
amker at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jgreenhalgh at gcc dot gnu.org --- Comment #5 from amker at gcc dot gnu.org --- (In reply to Martin Liška from comment #3) > Confirmed that > /* { dg-final { scan-assembler "Ltb" } } */ > > is missing after the revision. Can you amker please tell me how the test > works? I don't know the details either. Looks like it tests correct code generation for long distance conditional jump. With the change, one type of long distance jump disappeared thus no relevant code is generated. I guess this requires a test case change. CCing AArch64 maintainer.