re PR c++/49921 ([C++0x] Segfault during compilation, decltype and operator->*)
authorJason Merrill <jason@redhat.com>
Sat, 6 Aug 2011 04:34:37 +0000 (00:34 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 6 Aug 2011 04:34:37 +0000 (00:34 -0400)
commitbb0a32e80d75ed27f9714a0dc03d1faca50d94a6
tree5fdb4eef59d03968c03795f3c6c017ebc4780c8d
parentdd56ca9f1c8d3a236474453de81433a7c911f71b
re PR c++/49921 ([C++0x] Segfault during compilation, decltype and operator->*)

PR c++/49921
* semantics.c (finish_decltype_type): Call invalid_nonstatic_memfn_p.

From-SVN: r177498
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/decltype31.C [new file with mode: 0644]