[Bug c++/26426] Type layout bug

2017-11-18 Thread sabre at nondot dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26426 --- Comment #4 from Chris Lattner --- Works for me, I'm not following GCC bugs these days. Thanks, -Chris

[Bug c++/26426] Type layout bug

2017-11-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26426 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/26426] Type layout bug

2017-08-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26426 --- Comment #2 from Jonathan Wakely --- See https://gcc.gnu.org/ml/gcc-bugs/2017-08/msg01667.html where I said: I don't think this is a bug. B is the primary base class for Z so has already been allocated (as part of the Y subobject, in I-2b),

[Bug c++/26426] Type layout bug

2017-08-17 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26426 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/26426] Type layout bug

2017-08-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26426 --- Comment #2 from Jonathan Wakely --- I don't think this is a bug. B is the primary base class for Z so has already been allocated (as part of the Y subobject, in I-2b), and so the B base class of the X subobject is not allocated as part of

[Bug c++/26426] Type layout bug

2017-08-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26426 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|