pt.c (tsubst_function_type): Do not permit function types which return arrays or...
authorMark Mitchell <mark@codesourcery.com>
Wed, 24 Nov 2004 18:45:33 +0000 (18:45 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 24 Nov 2004 18:45:33 +0000 (18:45 +0000)
commit6e2993bf5b71c17c2b60e0dec787750f44925e66
tree305ee90bc38b92a36da848565cf8b0e4401db6bb
parentf5523e6dedd24c21d7127775a6322399eccefcc9
pt.c (tsubst_function_type): Do not permit function types which return arrays or functions.

* pt.c (tsubst_function_type): Do not permit function types which
return arrays or functions.

* g++.dg/template/deduce3.C: New test.

From-SVN: r91186
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog