[Bug c++/37798] unaligned memory access with multiple inheritance

2015-10-04 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37798 Bernd Edlinger changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/37798] unaligned memory access with multiple inheritance

2012-01-20 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37798 Jason Merrill changed: What|Removed |Added Keywords||wrong-code --- Comment #7 from Jason Merr

[Bug c++/37798] unaligned memory access with multiple inheritance

2012-01-19 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37798 Eric Botcazou changed: What|Removed |Added Known to fail||4.6.0, 4.7.0 --- Comment #6 from Eric Bot

[Bug c++/37798] unaligned memory access with multiple inheritance

2012-01-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37798 --- Comment #5 from Paolo Carlini 2012-01-19 23:13:31 UTC --- Is this still an issue?

[Bug c++/37798] unaligned memory access with multiple inheritance

2011-11-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37798 Paolo Carlini changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org |ro at gcc dot gnu.org Known to fail|

[Bug c++/37798] unaligned memory access with multiple inheritance

2009-10-15 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2009-10-15 10:20 --- The problem comes from cp/layout_class_type: it creates the version of the class to be used for virtual bases before laying out the virtual base classes of the class itself, in particular its alignment is set to t