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