[Bug c++/83777] Invalid dependent initialization of a static data member.

2024-03-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83777 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2018-01-11 00:00:00 |2024-3-14 Status|WAITING

[Bug c++/83777] Invalid dependent initialization of a static data member.

2018-01-11 Thread Zahira.Ammarguellat at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83777 --- Comment #2 from Zahira Ammarguellat --- >From my understanding, the test case is trying to instantiate "C" with "void *" type, which doesn't have a member called "M". I think this should generate an error? Clang and MSVC both give an

[Bug c++/83777] Invalid dependent initialization of a static data member.

2018-01-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83777 Richard Biener changed: What|Removed |Added Keywords||accepts-invalid