================ @@ -14638,6 +14649,8 @@ bool FloatExprEvaluator::VisitCallExpr(const CallExpr *E) { return true; } + case Builtin::BIfmin: + case Builtin::BIfminf: ---------------- hubert-reinterpretcast wrote:
Don't make these evaluate in `constexpr`. Not only does this extend C (not a stated intent of the patch), it will cause accidental dependencies that break when `-fno-builtin` is used. https://github.com/llvm/llvm-project/pull/88978 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits