https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98100
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> --- The problem is that while we have TYPE_MODE defined such that for vector types it adjusts the raw mode depending on whether the vector mode is or is not available ATM, we don't adjust DECL_MODE that way. So, seems like a copy of PR88587, just for some reason the PR88587 fix doesn't work here.