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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
```
Simplified
  VIEW_CONVERT_EXPR<struct c41303a__B_1__rec>(rec_var) = MEM[(struct
c41303a__B_1__rec *)_18];
after previous
  MEM[(struct c41303a__B_1__rec *)_18] = *.LC3;
into
  VIEW_CONVERT_EXPR<struct c41303a__B_1__rec>(rec_var) = *.LC3;
```

Reply via email to