Re: [patch, avr] Assert minimal required bit width of section_common::flags.

2024-12-08 Thread Denis Chertykov
сб, 7 дек. 2024 г. в 17:39, Georg-Johann Lay : > > ...the patch > > Am 07.12.24 um 14:36 schrieb Georg-Johann Lay: > > This patch implements an alarm should we ever run out of > > section flags bits. > > > > Ok for trunk? Ok. Denis

Re: [patch,avr] Assert minimal required bit width of section_common::flags.

2024-12-07 Thread Georg-Johann Lay
...the patch Am 07.12.24 um 14:36 schrieb Georg-Johann Lay: This patch implements an alarm should we ever run out of section flags bits. Ok for trunk? Johann -- AVR: Assert minimal required bit width of section_common::flags. gcc/ * config/avr/avr.cc (avr_ctz): New constexpr function.

[patch,avr] Assert minimal required bit width of section_common::flags.

2024-12-07 Thread Georg-Johann Lay
This patch implements an alarm should we ever run out of section flags bits. Ok for trunk? Johann -- AVR: Assert minimal required bit width of section_common::flags. gcc/ * config/avr/avr.cc (avr_ctz): New constexpr function. (section_common::flags): Assert minimal bit width.