https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99258
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
We still need to gimplify volatile aggregate copies or reads (or aggregate
which contain at least one volatile member) into per-element accesses (at least
for the volatile portions; see the other PRs for details) and the scalar reads
can just have dummy scalar temporaries on the lhs if needed.