[LLVMbugs] [Bug 2523] Asserts with releational operator applied to ext_vector_type(X) as argument

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Jul 14 11:05:17 PDT 2008


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


Nate Begeman <natebegeman at mac.com> changed:

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




--- Comment #3 from Nate Begeman <natebegeman at mac.com>  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.



More information about the llvm-bugs mailing list