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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Hopefully this year.  What you can do in the meantime is
auto *mydata = data;
and use mydata instead of data.

Reply via email to