https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125199
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2026-05-18
Keywords|needs-reduction |ice-on-valid-code
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
--- Comment #5 from Drea Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.
*(static_cast<unsigned char*>(static_cast<void*>(raw_object)+i))
So that is using a GCC extension. For the reduced testcase changing void* to
char* works but not for the original one. So re-reducing ...