https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85156
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Looks similar to PR84704, the STATEMENT_LIST is gimplified twice and as gimplification is destructive, that can't really work well.