This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/37798] unaligned memory access with multiple inheritance
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 20 Jan 2012 14:37:08 +0000
- Subject: [Bug c++/37798] unaligned memory access with multiple inheritance
- Auto-submitted: auto-generated
- References: <bug-37798-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37798
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |wrong-code
--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> 2012-01-20 14:37:08 UTC ---
This seems like another example of the same underlying problem as bug 22488,
and should be fixed by the same change I proposed there.