Landing: d36b7ef85a30
Project / Subsystem
binutils / gas
Date
2026-07-17
Author
Alan Modra <amodra@sourceware.org>
Commit
d36b7ef85a30cda5ea19110920f61727be2fd984
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- gas
- patch_id
- —
- commit_hash
- d36b7ef85a30cda5ea19110920f61727be2fd984
- source_type
- public_inbox
- headline
- LoongArch assembler fixes a build error with GCC 4.9
- tldr
- Gas code for LoongArch was updated to avoid a GCC 4.9 compiler error related to label placement.
- author
- Alan Modra <amodra@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • loongarch
- • gas
- • compiler-error
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-17T00:00:00.000Z
This change addresses a build error encountered with GCC 4.9 on the LoongArch architecture. The assembler code in gas/config/tc-loongarch.c was modified to correctly handle label declarations within functions, preventing a compilation failure.