https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88897
Jeffrey A. Law <law at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |law at gcc dot gnu.org Summary|[10/11/12/13 Regression] |[10/11/12 Regression] Bogus |Bogus maybe-uninitialized |maybe-uninitialized warning |warning on class field |on class field (missed CSE) |(missed CSE) | --- Comment #12 from Jeffrey A. Law <law at gcc dot gnu.org> --- We're catching the previously missed CSE opportunity in fre1 now, and (of course) we no longer get the bogus warning. Removing the 13 regression marker. Finding and backporting the specific change seems like it's not worth it, but leaving open with the other regression markers for now.