https://bugs.llvm.org/show_bug.cgi?id=26596
Simon Pilgrim <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Component|LLVM Codegen |Frontend
Status|NEW |RESOLVED
CC| |[email protected],
| |[email protected],
| |[email protected]
--- Comment #1 from Simon Pilgrim <[email protected]> ---
This was fixed for clang 4.0 and now reports an error:
<source>:2:16: error: used type '__attribute__((__vector_size__(4 *
sizeof(float)))) float' (vector of 4 'float' values) where integer is required
int main() { a <<= b; }
~ ^
1 error generated.
Compiler returned: 1
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs