================ @@ -2761,6 +2761,8 @@ bool ByteCodeExprGen<Emitter>::VisitUnaryOperator(const UnaryOperator *E) { return false; return DiscardResult ? this->emitPop(*T, E) : this->emitComp(*T, E); case UO_Real: { // __real x + if (T) + return this->delegate(SubExpr); assert(!T); ---------------- cor3ntin wrote:
Not sure the assert adds anything now https://github.com/llvm/llvm-project/pull/75485 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits