[libcxx-commits] [PATCH] D140911: [In Progress][libc++] Implement P2505R5(Monadic operations for std::expected)

Yurong via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 6 20:48:24 PST 2023


yronglin added a comment.

In D140911#4032020 <https://reviews.llvm.org/D140911#4032020>, @philnik wrote:

> In D140911#4031805 <https://reviews.llvm.org/D140911#4031805>, @yronglin wrote:
>
>> Is this a bug in GCC? https://godbolt.org/z/jGaGT8K8T
>
> Looks like a bug to me. Here is a minimal reproducer: https://godbolt.org/z/K6edrdTG5. Please submit a bug report to GCC and disable the test for GCC.

Thanks, I will do that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140911



More information about the libcxx-commits mailing list