https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117083
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
```
void foo (unsigned *);
void __GIMPLE (ssa)
bar1 ()
{
v unsigned int vect__35;
unsigned int buf[4];
foo (&buf);
}
```
