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

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Run test:
```
struct f{
  mutable int t;
};

const f &g = {1};

int main()
{
  g.t++;
}
```

Reply via email to