https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123183
--- Comment #4 from Roger Orr <rogero at howzatt dot co.uk> --- The build error occurs with commit 62c126db6b6. The previous commit to 62c126db6b6 compiles without error. $ git checkout 62c126db6b6~ Previous HEAD position was 62c126db6b6 libstdc++: Implement C++26 P3378R2 - constexpr exception types HEAD is now at 5c3b44e0044 Some typo fixes (mostly comment but some messages too) $ mkdir ../build-5c3b44e0044 $ cd ../build-5c3b44e0044 $ ../gcc-trunk/configure --disable-bootstrap --enable-languages=c,c++ --enable-threads=posix --prefix=/usr/share/gcc-trunk $ make -j4 ... completes successfully
