[Bug c++/78609] invalid member's visibility detection in constexpr with arrays

2021-07-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78609 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-07-23 Summary|invalid

[Bug c++/78609] invalid member's visibility detection in constexpr

2018-01-11 Thread matthijs at stdin dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78609 Matthijs Kooijman changed: What|Removed |Added CC||matthijs at stdin dot nl ---

[Bug c++/78609] invalid member's visibility detection in constexpr

2016-11-30 Thread bobk-off at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78609 --- Comment #1 from Fedor Bobkov --- To walk around this bug just change visibility of "data" member to public.