https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63179
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63179
--- Comment #2 from Pavel ---
Sorry.
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