re PR c++/55003 ([C++11] Member function pointer not working as constexpr initializer)
authorJason Merrill <jason@redhat.com>
Fri, 15 Feb 2013 01:27:36 +0000 (20:27 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 15 Feb 2013 01:27:36 +0000 (20:27 -0500)
commitb24cd3d1f8ab5ad45bafdfd4af0f5805c4788ca2
tree731d3fc809a9c3bd1c51753ad9bee8534d9d9ea2
parentd132b74abae28ef6dafb6d194d32c838b204db77
re PR c++/55003 ([C++11] Member function pointer not working as constexpr initializer)

PR c++/55003
* decl.c (cp_finish_decl): Force instantiation of an
auto static data member.

From-SVN: r196069
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.dg/cpp0x/auto37.C [new file with mode: 0644]