[Bug c++/48035] [4.4 Regression] Mismatch on size of class when initializing hierarchy involving virtual inheritance and empty base classes

2011-10-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48035 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/48035] [4.4 Regression] Mismatch on size of class when initializing hierarchy involving virtual inheritance and empty base classes

2011-10-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48035 --- Comment #12 from Jason Merrill jason at gcc dot gnu.org 2011-10-13 18:03:01 UTC --- Author: jason Date: Thu Oct 13 18:02:53 2011 New Revision: 179937 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179937 Log: PR c++/48035 *

[Bug c++/48035] [4.4 Regression] Mismatch on size of class when initializing hierarchy involving virtual inheritance and empty base classes

2011-10-05 Thread sezeroz at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48035 Ozkan Sezer sezeroz at gmail dot com changed: What|Removed |Added CC||sezeroz at gmail

[Bug c++/48035] [4.4 Regression] Mismatch on size of class when initializing hierarchy involving virtual inheritance and empty base classes

2011-09-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48035 --- Comment #10 from Paolo Carlini paolo.carlini at oracle dot com 2011-09-23 21:57:15 UTC --- Jakub, shall we close this?

[Bug c++/48035] [4.4 Regression] Mismatch on size of class when initializing hierarchy involving virtual inheritance and empty base classes

2011-04-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48035 --- Comment #9 from Richard Guenther rguenth at gcc dot gnu.org 2011-04-18 14:37:17 UTC --- Author: rguenth Date: Mon Apr 18 14:37:08 2011 New Revision: 172652 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=172652 Log: 2011-04-18 Richard