https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117083
Richard Biener changed:
What|Removed |Added
Keywords||error-recovery
--- Comment #3 from Ric
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117083
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117083
--- Comment #1 from Andrew Pinski ---
Reduced testcase:
```
void foo (unsigned *);
void __GIMPLE (ssa)
bar1 ()
{
v unsigned int vect__35;
unsigned int buf[4];
foo (&buf);
}
```