[Bug c++/51373] [C++0x] ICE for static pointer to member initialized in-class

2014-06-06 Thread vl.still at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51373 Vladimír Štill vl.still at gmail dot com changed: What|Removed |Added CC||vl.still

[Bug c++/51373] [C++0x] ICE for static pointer to member initialized in-class

2014-06-06 Thread vl.still at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51373 --- Comment #4 from Vladimír Štill vl.still at gmail dot com --- Problem is still present in 4.8.2, reproduce with following code, which compiles in clang 3.4 (both with -std=c++11): struct Y { int o; static constexpr int Y::* x = Y::o

[Bug c++/51373] [C++0x] ICE for static pointer to member initialized in-class

2014-06-06 Thread vl.still at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51373 --- Comment #6 from Vladimír Štill vl.still at gmail dot com --- (In reply to Jonathan Wakely from comment #5) Fixed in 4.9.0 though I'm glad to hear that, I could not yet installed 4.9.0 in my OS.