https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88524
--- Comment #5 from Ruslan Nikolaev ---
(In reply to Andrew Pinski from comment #4)
> Still is a binutils (assembler rather than the linker issue):
> .file "t.c"
> .text
> #APP
> a: .long func@plt - 4
> #NO_APP
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88524
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88524
Ruslan Nikolaev changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|MOVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88524
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88524
--- Comment #1 from Ruslan Nikolaev ---
btw, I have just compared the output with clang/llvm 7.0; the generated code
seems to be correct in both cases there.