Landing: 4e6f6b34d6fd
Project / Subsystem
gcc / avr.opt.urls
Date
2026-05-28
Author
Georg-Johann Lay
Commit
4e6f6b34d6fded28c0a8662c782757073e274507
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- avr.opt.urls
- patch_id
- —
- commit_hash
- 4e6f6b34d6fded28c0a8662c782757073e274507
- source_type
- github
- headline
- avr.opt.urls: Add options for assembly length notes.
- tldr
- The options `-masm-len-notes` and `-Wasm-len-notes` are added for controlling assembly length notes in the AVR backend.
- author
- Georg-Johann Lay
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • avr
- • assembly
- • options
- • microcontroller
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-28T00:00:00.000Z
The AVR backend now supports the -masm-len-notes and -Wasm-len-notes options. These options control whether assembly length notes are included in the generated assembly code and whether warnings are generated if assembly length notes are missing, respectively. This addition allows developers more control over the verbosity and information included in AVR assembly outputs.