https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110035
--- Comment #20 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The fix for this one requires one more change over the fix for PR 121751.
```
D.13102.__obj = obj;
_4 = operator new (48);
MEM[(struct MyClass2 *)_4] ={v} {CLOBBER(bob)};
MEM[(struct MyClass2 *)_4].f = D.13102;
```
Which is the walking the VOPS which I hope to get to next week. I have a fix
for PR 121751 now.
