Re: [PATCH v16 00/60] remove use of VLAs for Windows

2025-01-30 Thread Andre Muezerie
On Wed, Jan 29, 2025 at 04:57:16PM +0100, David Marchand wrote: > On Thu, Jan 23, 2025 at 5:38 PM Andre Muezerie > wrote: > > > > I see there is some back and forth on the topic of passing -Wvla. > > > > It would be less fragile to put a -Wla in a upper level meson.build > > > > (like config/meson

Re: [PATCH v16 00/60] remove use of VLAs for Windows

2025-01-29 Thread David Marchand
On Thu, Jan 23, 2025 at 5:38 PM Andre Muezerie wrote: > > > I see there is some back and forth on the topic of passing -Wvla. > > > It would be less fragile to put a -Wla in a upper level meson.build > > > (like config/meson.build for example), then disable explicitly in the > > > parts that are n

Re: [PATCH v16 00/60] remove use of VLAs for Windows

2025-01-23 Thread Andre Muezerie
On Thu, Jan 23, 2025 at 12:43:04PM +, Bruce Richardson wrote: > On Thu, Jan 23, 2025 at 12:58:49PM +0100, David Marchand wrote: > > On Tue, Jan 14, 2025 at 3:32 AM Andre Muezerie > > wrote: > > > > > > As per guidance technical board meeting 2024/04/17. This series > > > removes the use of VLA

Re: [PATCH v16 00/60] remove use of VLAs for Windows

2025-01-23 Thread Bruce Richardson
On Thu, Jan 23, 2025 at 12:58:49PM +0100, David Marchand wrote: > On Tue, Jan 14, 2025 at 3:32 AM Andre Muezerie > wrote: > > > > As per guidance technical board meeting 2024/04/17. This series > > removes the use of VLAs from code built for Windows for all 3 > > toolchains. If there are additiona

Re: [PATCH v16 00/60] remove use of VLAs for Windows

2025-01-23 Thread David Marchand
On Tue, Jan 14, 2025 at 3:32 AM Andre Muezerie wrote: > > As per guidance technical board meeting 2024/04/17. This series > removes the use of VLAs from code built for Windows for all 3 > toolchains. If there are additional opportunities to convert VLAs > to regular C arrays please provide the det

[PATCH v16 00/60] remove use of VLAs for Windows

2025-01-13 Thread Andre Muezerie
As per guidance technical board meeting 2024/04/17. This series removes the use of VLAs from code built for Windows for all 3 toolchains. If there are additional opportunities to convert VLAs to regular C arrays please provide the details for incorporation into the series. MSVC does not support VL