https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101364

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
```
void fruit();
void fruit(
    int b[x],
    short c)
{}
```

Reply via email to