================ @@ -15901,6 +15901,13 @@ ExprResult SemaOpenMP::VerifyPositiveIntegerConstantInClause( << E->getSourceRange(); return ExprError(); } + + if (!Result.isRepresentableByInt64()) { ---------------- AmrDeveloper wrote:
In our implementation, yes, because we const evaluate the value to APInt and it store the value in i64 https://github.com/llvm/llvm-project/pull/138592 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits