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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced to:
```
int e() {
  char f;
  long tt = (long)&f;
  tt+=1;
  int g = tt;
  return g + 3;
}
```

Note I doubt this will ever produce wrong code as it is undefined to begin
with.

Reply via email to