This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/46317] Incorrect construction vtable on ARM in case of diamond shaped virtual inheritance
- From: "end3er at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 28 Jan 2011 21:15:30 +0000
- Subject: [Bug c++/46317] Incorrect construction vtable on ARM in case of diamond shaped virtual inheritance
- Auto-submitted: auto-generated
- References: <bug-46317-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46317
end3er at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |end3er at gmail dot com
--- Comment #5 from end3er at gmail dot com 2011-01-28 21:15:19 UTC ---
oops, I missed some lines from the C CTOR:
000081cc <C::C(int)>:
81cc: e591c000 ldr ip, [r1]
81d0: e580c000 str ip, [r0]
81d4: e51cc010 ldr ip, [ip, #-16]
([r1] is equal to [0x1d4a0] = 0xfffffff8 instead of [0x1d498]=0x81b8 which is
mapped)