bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/26395] binutils 2.28 Assertion failure in md_apply_fix at ../..


From: joel.sherrill at oarcorp dot com
Subject: [Bug gas/26395] binutils 2.28 Assertion failure in md_apply_fix at ../../gas/config/tc-aarch64.c:7766.
Date: Fri, 12 Mar 2021 15:14:44 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=26395

--- Comment #9 from Joel Sherrill <joel.sherrill at oarcorp dot com> ---
(In reply to Alex Coplan from comment #8)
> *** Bug 27217 has been marked as a duplicate of this bug. ***

It may be the same assert but I don't think it is the same trigger. The C code
in that ticket compiled successfully on every architecture:

extern char bar[];
char * foo(void)
{
        return bar;
}
__asm__ (".set bar, 0");

And there was output assembly showing the breakage.

Any fix needs to be vetted against both test case code snippets.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]