[Bug c++/61500] New: [C++11] [4.8/4.9 Regression] Can't take pointer to member referenced via member pointer template parameter.

2014-06-13 Thread vmarko at google dot com
4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: vmarko at google dot com struct X { int i; int j; int foo(int X::* ptr); template int bar(); }; int X::fo

[Bug c++/61484] [C++11] [constexpr] can't initialize constexpr multi-dimentional array of a literal type

2014-06-12 Thread vmarko at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61484 Vladimir Marko changed: What|Removed |Added Version|4.8.0 |4.9.0 --- Comment #1 from Vladimir Mark

[Bug c++/61484] New: [C++11] [constexpr] can't initialize constexpr multi-dimentional array of a literal type

2014-06-12 Thread vmarko at google dot com
IRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: vmarko at google dot com Test case: struct S { constexpr S() { } }; constexpr S s[][1] = { { S() } }; Bogus error: test.cc:7:1: error: array mu