https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118199
Simon Martin <simartin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
Status|NEW |ASSIGNED
--- Comment #16 from Simon Martin <simartin at gcc dot gnu.org> ---
Thanks Sam for checking my patch for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114619.
TIL that [[__no_unique_address__]] is another reason why we are not expected to
elide, and this should be taken into account by my patch.
I'll amend it and add this PR's case.