https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117049
Andreas Schwab changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117049
--- Comment #4 from Akhilesh Kumar ---
(In reply to Andrew Pinski from comment #1)
> I am trying to understand the issue here.
>
> Are you saying the local labels are not removed while assembly and show up
> in objdump's output?
for risc-v in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117049
--- Comment #3 from Akhilesh Kumar ---
Minor correction(above logs pls ignore) this can be reproduce with below kernel
module but from simple application unable to reproduce.
akhilesh.k@B0110LHG:~/Activity/L_sections/module$
riscv64-unknown-li
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117049
--- Comment #2 from Andreas Schwab ---
The labels are referenced by relocations.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117049
--- Comment #1 from Andrew Pinski ---
I am trying to understand the issue here.
Are you saying the local labels are not removed while assembly and show up in
objdump's output?
I doubt this is a GCC bug but rather a GNU binutils issue
(https://