http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47541
--- Comment #10 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-01-31 17:07:19 UTC --- So, type Wrapper as seen by PTA has Wrapper offset 64: RefCount RefCount offset 0: a offset 64: b and the issue is that the ptr parameter gets the address of a as initial value by PTA. Oops. It really needs to get offset zero as initial address! We should always keep a subvar for offset zero. I have a patch.