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

Drea Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2026-09-07
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---

```
  bytes = VIEW_CONVERT_EXPR<struct array>(*a_2(D));
  _4 = (long unsigned int) index_3(D);
  offset_5 = _4 * 8;
  _6 = &bytes._M_elems + offset_5;
  _16 = MEM <unsigned long> [(char * {ref-all})_6];
  _18 = VIEW_CONVERT_EXPR<double>(_16);
```

We do remove a few copies in GCC 16.  But not the one that makes a difference
here.

Reply via email to