Re: [PATCH v18 00/26] remove use of VLAs for Windows

2025-01-31 Thread Andre Muezerie
On Fri, Jan 31, 2025 at 08:54:24AM +0100, Morten Brørup wrote: > > From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > > Sent: Thursday, 30 January 2025 22.55 > > > > As per guidance technical board meeting 2024/04/17. This series > > removes the use of VLAs from code built for Windows fo

RE: [PATCH v18 00/26] remove use of VLAs for Windows

2025-01-30 Thread Morten Brørup
> From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > Sent: Thursday, 30 January 2025 22.55 > > 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 VL

[PATCH v18 00/26] remove use of VLAs for Windows

2025-01-30 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