[cfe-commits] r74983 - in /cfe/trunk: lib/CodeGen/CGExprScalar.cpp lib/Sema/SemaExpr.cpp test/CodeGen/ext-vector.c test/Sema/exprs.c

Eli Friedman eli.friedman at gmail.com
Tue Jul 7 18:40:23 PDT 2009


On Tue, Jul 7, 2009 at 6:08 PM, Chris Lattner<sabre at nondot.org> wrote:
> -  // FIXME: Vector compare support in the LLVM backend is not fully reliable,
> -  // just reject all vector comparisons for now.
> -  if (1) {
> -    Diag(Loc, diag::err_typecheck_vector_comparison)
> -      << lType << rType << lex->getSourceRange() << rex->getSourceRange();
> -    return QualType();
> -  }

Do we want to allow this for non-extvectors?

-Eli




More information about the cfe-commits mailing list