http://llvm.org/bugs/show_bug.cgi?id=2523


Nate Begeman <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Nate Begeman <[EMAIL PROTECTED]>  2008-07-14 13:05:16 ---
Now correctly returns an error that if() expects a scalar.  The vector
comparison produces a vector; it is expected that something a la vec_any(a < b)
would  be required to be used with if().

Patch at:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080714/006483.html


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to