[Bug target/117049] [RISC-V]internal labels are present in asm and executable.

2024-10-09 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117049 Andreas Schwab changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug target/117049] [RISC-V]internal labels are present in asm and executable.

2024-10-09 Thread akhilesh.k at samsung dot com via Gcc-bugs
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

[Bug target/117049] [RISC-V]internal labels are present in asm and executable.

2024-10-09 Thread akhilesh.k at samsung dot com via Gcc-bugs
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

[Bug target/117049] [RISC-V]internal labels are present in asm and executable.

2024-10-09 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117049 --- Comment #2 from Andreas Schwab --- The labels are referenced by relocations.

[Bug target/117049] [RISC-V]internal labels are present in asm and executable.

2024-10-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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://