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++;
}
```
pinskia at gcc dot gnu.org via Gcc-bugs Wed, 14 Aug 2024 02:12:24 -0700
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++;
}
```