[Bug c/87307] Implicit conversion from int to vector works, explicit is an error
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87307 --- Comment #2 from Andrew Pinski --- >However when you try to perform explicit conversion, you will gen an error. Right there is another reason why we don't want to support that is because we support bitwise conversion between vector types and i
[Bug c/87307] Implicit conversion from int to vector works, explicit is an error
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87307 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---