[libcxx-commits] [PATCH] D140911: [In Progress][libc++] Implement P2505R5(Monadic operations for std::expected)
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 6 10:28:26 PST 2023
philnik added a comment.
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.
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