Re: RFC: A redesign of `-Mmodules` output

2025-03-05 Thread Nathaniel Shead via Gcc
On Tue, Mar 04, 2025 at 01:09:33PM +, vspefs via Gcc wrote: > On Tuesday, March 4th, 2025 at 18:04, Ben Boeckel via Gcc > wrote: > > > On Tue, Mar 04, 2025 at 07:53:51 +, vspefs wrote: > > > > > By the way, what's stop us from having compiler options like > > > `g++ -Rgcm.cache -Rsomewh

gcc-git-customization.sh error

2025-03-05 Thread Jonathan Wakely via Gcc
While onboarding somebody today we noticed an error in the customization script if you use a non-default value for the local prefix. I reproduced it with bash -x to show where it happens. In the output below I entered "jw" as the local prefix, instead of the default "me": + echo 'Setting up track

Re: RFC: A redesign of `-Mmodules` output

2025-03-05 Thread vspefs via Gcc
On Wednesday, March 5th, 2025 at 21:06, Nathaniel Shead via Gcc wrote: > Worth noting that GCC already provides a mapper that you can customise: > > $ g++ -fmodules -fmodule-mapper='|@g++-module-server -r path' -c m.cpp > > for an m.cpp that provides a module "M" will write to 'path/M.gcm'. E

Re: gcc-git-customization.sh error

2025-03-05 Thread Jonathan Wakely via Gcc
On Wed, 5 Mar 2025 at 14:05, Richard Earnshaw (lists) wrote: > > On 05/03/2025 13:47, Jonathan Wakely wrote: > > On Wed, 5 Mar 2025 at 13:37, Richard Earnshaw (lists) > > wrote: > >> > >> On 05/03/2025 13:10, Jonathan Wakely via Gcc wrote: > >>> While onboarding somebody today we noticed an error

Re: gcc-git-customization.sh error

2025-03-05 Thread Jonathan Wakely via Gcc
On Wed, 5 Mar 2025 at 13:37, Richard Earnshaw (lists) wrote: > > On 05/03/2025 13:10, Jonathan Wakely via Gcc wrote: > > While onboarding somebody today we noticed an error in the > > customization script if you use a non-default value for the local > > prefix. > > > > I reproduced it with bash -x

Re: gcc-git-customization.sh error

2025-03-05 Thread Richard Earnshaw (lists) via Gcc
On 05/03/2025 13:47, Jonathan Wakely wrote: > On Wed, 5 Mar 2025 at 13:37, Richard Earnshaw (lists) > wrote: >> >> On 05/03/2025 13:10, Jonathan Wakely via Gcc wrote: >>> While onboarding somebody today we noticed an error in the >>> customization script if you use a non-default value for the loca

Re: gcc-git-customization.sh error

2025-03-05 Thread Richard Earnshaw (lists) via Gcc
On 05/03/2025 13:10, Jonathan Wakely via Gcc wrote: > While onboarding somebody today we noticed an error in the > customization script if you use a non-default value for the local > prefix. > > I reproduced it with bash -x to show where it happens. In the output > below I entered "jw" as the loca

web page c++-status proposal revision updates

2025-03-05 Thread Heiko Eißfeldt
For some C++26 language features listed on https://gcc.gnu.org/projects/cxx-status.html there are newer proposal revisions available: Remove undefined behavior from lexing P2621R3 constexpr structured bindings and references to constexpr variables P2686R5