re PR c++/48617 ([C++0x] Problem with non-type template parameters and decltype)
authorJason Merrill <jason@redhat.com>
Mon, 23 May 2011 15:32:10 +0000 (11:32 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 23 May 2011 15:32:10 +0000 (11:32 -0400)
commit08dc4c3dd7dd26d711a100abb6b0fe78dc712f99
tree78394daa678c79a61f9d070a405cf4ca97d9356d
parent8bdfec38fc5f00877adbd6590b6b942dd53f797c
re PR c++/48617 ([C++0x] Problem with non-type template parameters and decltype)

PR c++/48617
* pt.c (invalid_nontype_parm_type_p): Allow DECLTYPE_TYPE.

From-SVN: r174070
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/decltype27.C [new file with mode: 0644]