https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124078
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Another testcase:
```
int __attribute__((__vector_size__(8))) v;
void foo(int a, int b) { v = (int __attribute__((__vector_size__(8)))){a,b}; }
```
