[Bug c++/63179] Virtuality is not working

2014-09-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63179 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/63179] Virtuality is not working

2014-09-04 Thread isak50 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63179 --- Comment #2 from Pavel --- Sorry.

[Bug c++/63179] Virtuality is not working

2014-09-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63179 --- Comment #1 from Jonathan Wakely --- I don't think this is valid, the standard says it is OK to access the stored value of the Child object through a union that has a Child member, or to access it through Base, but not through a union that has