https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51373
--- Comment #6 from Vladimír Štill ---
(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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51373
--- Comment #4 from Vladimír Štill ---
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;
};
gcc -v result included
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51373
Vladimír Štill changed:
What|Removed |Added
CC||vl.still at gmail dot com
--- Comment