re PR c++/58504 (ICE with type trait as default template parameter)
authorJason Merrill <jason@redhat.com>
Tue, 28 Jan 2014 04:31:23 +0000 (23:31 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 28 Jan 2014 04:31:23 +0000 (23:31 -0500)
commit9e73c3f3a5fa913452747c9facff9fb2be7e23a0
tree183345d5bfbfd50b56c7c8fa46755fa0d4afa4e3
parentb25c2a2f3404797866e5c317c2b5d922452a1707
re PR c++/58504 (ICE with type trait as default template parameter)

PR c++/58504
* pt.c (tsubst_copy_and_build) [TRAIT_EXPR]: Use tsubst for
types.

From-SVN: r207168
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/ext/traits1.C [new file with mode: 0644]