Re: [PATCH v13 00/21] remove use of VLAs for Windows

2025-01-10 Thread Andre Muezerie
On Fri, Jan 10, 2025 at 09:27:01AM +, Konstantin Ananyev wrote: > > > > On Wed, Jan 08, 2025 at 01:30:13PM +, Konstantin Ananyev 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

RE: [PATCH v13 00/21] remove use of VLAs for Windows

2025-01-10 Thread Konstantin Ananyev
> On Wed, Jan 08, 2025 at 01:30:13PM +, Konstantin Ananyev 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

Re: [PATCH v13 00/21] remove use of VLAs for Windows

2025-01-09 Thread Andre Muezerie
On Wed, Jan 08, 2025 at 01:30:13PM +, Konstantin Ananyev 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 arra

RE: [PATCH v13 00/21] remove use of VLAs for Windows

2025-01-08 Thread Konstantin Ananyev
> 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 doe