re PR c++/48319 ([C++0x] Segmentation fault in instantiation of std::is_constructible...
authorJason Merrill <jason@redhat.com>
Tue, 29 Mar 2011 18:47:56 +0000 (14:47 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 29 Mar 2011 18:47:56 +0000 (14:47 -0400)
commit5b9e705e63f09c873cd19b7e79a0b7019d13f1ac
treedb769131e5f3d8b27d7e95b19a15e83a31c602d9
parent00a0d6f3590e0e9891fc01d21667de892d6a89c6
re PR c++/48319 ([C++0x] Segmentation fault in instantiation of std::is_constructible<int>)

PR c++/48319
* pt.c (value_dependent_expression_p): Handle TEMPLATE_ID_EXPR.

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