re PR c++/49229 ([C++0x][SFINAE] ICE with variadics and depending non-type default...
authorJason Merrill <jason@redhat.com>
Thu, 16 Jun 2011 22:09:05 +0000 (18:09 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 16 Jun 2011 22:09:05 +0000 (18:09 -0400)
commit42db600dba6adb352854e1eeb909fc3e7a2d892a
tree1c49dd0ed0225bd75e52939828942e8090467921
parent80390766bd24c78c10fe3a328a82a233ef46c7cb
re PR c++/49229 ([C++0x][SFINAE] ICE with variadics and depending non-type default parameter)

PR c++/49229
* pt.c (tsubst_decl) [FUNCTION_DECL]: Handle substitution failure.

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