[Bug c++/63732] constexpr is not constant expression, when cast member data pointer to data parent type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63732 Pavel Král changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---
[Bug c++/63732] New: constexpr is not constant expression, when cast member data pointer to data parent type
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: pavel.kral at omsquare dot com The code bellow returns error on 4.9.2 (and cause ICE on 4.8.x) tested on Linux, MinGW and arm-none-eabi. While 'xxx' com