This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/81643] FAIL: gcc.target/aarch64/long_branch_1.c scan-assembler Ltb


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]