Martin Storsjö

Results 436 comments of Martin Storsjö

Can you isolate the individual source file from the build, triggering the issue? And can you reduce the included headers from there, to only including libc++ headers, triggering the issue?...

Ok, I've reproed that. But when I try the same, I'm also getting another error, which also is present when building with a release: ``` In file included from SSHSession.cc:35:...

I've reduced it down to a much smaller issue, and I would say that this isn't really the fault of libcxx. A minimal reproducer of the issue is this: ```c...

> I've reduced it down to a much smaller issue, and I would say that this isn't really the fault of libcxx. A minimal reproducer of the issue is this:...

See https://libcxx.llvm.org/Status/Cxx23.html - it looks like `views::join_with` is still in progress.

I have heard similar reports before - it’s a false positive. If those who are affected wants to report it, to get rid of such false positives, that’d be appreciated!

I can reproduce this; it seems to only happen when using msvcrt, not ucrt. It happens when using `__USE_MINGW_ANSI_STDIO=1`, with msvcrt, when the calling object file is compiled as C++,...

FWIW, I posted patches to mingw-w64, that should avoid this issue now, at https://sourceforge.net/p/mingw-w64/mailman/message/58821747/.

This issue should now be fixed in the latest release that was made yesterday.

> I wrote here in detail about a nasty problem I encountered with `msvcrt`: [llvm/llvm-project#110954](https://github.com/llvm/llvm-project/issues/110954) Thanks for the detailed bug report and analysis! > I'm not sure how the libc++...