https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122118
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Richard Biener from comment #4) > There's the missed opportunity to turn 'static int a, b' into 'static int > a[2]' at least. In this very special micro-benchmark case. That part is related to PR 121996 (and maybe others).
