Re: [PATCH v5 0/8] Implement layouts from mdspan.

2025-06-13 Thread Luc Grosheintz
Thank you both for the tips and information: * In that case I can update the auxiliary files after mdspan. * I use gcc-commit-mklog, but during rebasing / fixups, I edit the changelog manually (and mistakes creep in). Just tried gcc-verify it found a mistake in a patch I was preparing and

Re: [PATCH v5 0/8] Implement layouts from mdspan.

2025-06-12 Thread Tomasz Kaminski
Hi, I have landed all the layout patches on master. Thank you very much for your continued contributions. While submitting, I noticed that few of the commit messages do not match the format (space vs tabulator), and I fixed them up. and realized that I haven't shared tools that we use to automati

Re: [PATCH v5 0/8] Implement layouts from mdspan.

2025-06-11 Thread Jonathan Wakely
On Tue, 3 Jun 2025 at 18:00, Luc Grosheintz wrote: > > Today I found a file called `gcc/cp/cxxapi-data.csv` that contains > > # unimplemented ,extents,1,no > # unimplemented ,dextents,1,no > # unimplemented ,layout_left,1,no > # unimplemented ,layout_right,1,no > # unimplemented ,layout_stride,1,n

Re: [PATCH v5 0/8] Implement layouts from mdspan.

2025-06-04 Thread Tomasz Kaminski
On Tue, Jun 3, 2025 at 6:56 PM Luc Grosheintz wrote: > Thank you Tomasz for the round of review. IIUC we have several > cases of if there's a v6, please change this, and no mandatory > changes. > > Would you like me to submit a v6? > If you could fix to the test on 32bit architectures, that would

Re: [PATCH v5 0/8] Implement layouts from mdspan.

2025-06-03 Thread Luc Grosheintz
Today I found a file called `gcc/cp/cxxapi-data.csv` that contains # unimplemented ,extents,1,no # unimplemented ,dextents,1,no # unimplemented ,layout_left,1,no # unimplemented ,layout_right,1,no # unimplemented ,layout_stride,1,no # unimplemented ,default_accessor,1,no # unimplemented ,mdspan,1

Re: [PATCH v5 0/8] Implement layouts from mdspan.

2025-06-03 Thread Luc Grosheintz
Thank you Tomasz for the round of review. IIUC we have several cases of if there's a v6, please change this, and no mandatory changes. Would you like me to submit a v6? On 5/30/25 18:42, Luc Grosheintz wrote: The discussion for v4 is here: https://gcc.gnu.org/pipermail/libstdc++/2025-May/061665