[libcxx-commits] [PATCH] D146294: [libcxx] Fix crash in std::stringstream with payload >= INT_MAX

Azat Khuzhin via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 8 02:21:35 PDT 2023


azat added a comment.

And seems that parameter works correctly:

I've checked `MinGW (DLL, i686)`:

  ********************
  Unsupported Tests (313):
  ...
    llvm-libc++-mingw.cfg.in :: std/input.output/string.streams/stringstream.members/gcount.pass.cpp

And `C++20 libcxx/utils/ci/run-buildbot generic-cxx20`

  ... g.in :: std/input.output/string.streams/stringstream.members/gcount.pass.cpp
   43% [=========================----------------------------------(B](B ETA: 00:06:02


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146294/new/

https://reviews.llvm.org/D146294



More information about the libcxx-commits mailing list