https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118726
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|tree-optimization |c++ --- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- d ={v} {CLOBBER}; d.4_14 = d; l_15 = d.4_14 + 1; This makes it seems like d is in the wrong scope. I wonder if you could make a testcase using class constructors/deconstructors to show it is the wrong location ...