[Bug libstdc++/123183] [16 regression] MinGW-w64 std::print link error since r16-6038-g62c126db6b6
rogero at howzatt dot co.uk
gcc-bugzilla@gcc.gnu.org
Mon Dec 29 18:10:40 GMT 2025
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
More information about the Gcc-bugs
mailing list