[PATCH] D140002: [C++20] [Modules] Merging of lambda types in deserialization

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 15 19:00:43 PST 2022


vsapsai added a comment.

In D140002#4000233 <https://reviews.llvm.org/D140002#4000233>, @ChuanqiXu wrote:

>> Test case MergeLambdas3.cppm is unstable. Sometimes it passes but usually it fails.
>
> Weird. What is the error message if it fails?



  error: 'error' diagnostics seen but not expected: 
    File /path/to/llvm/build/clang/relwithdebinfo/tools/clang/test/Modules/Output/MergeLambdas3.cppm.tmp/Use2.cpp Line 4: static assertion failed due to requirement '__is_same((lambda at /path/to/llvm/build/clang/relwithdebinfo/tools/clang/test/Modules/Output/MergeLambdas3.cppm.tmp/lambda.h:4:13), (lambda at /path/to/llvm/build/clang/relwithdebinfo/tools/clang/test/Modules/Output/MergeLambdas3.cppm.tmp/lambda.h:1:12))'

Also looks like this test fails in pre-commit checks too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140002



More information about the cfe-commits mailing list