]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/5919 (ICE when passing variable array to template function)
authorMark Mitchell <mark@codesourcery.com>
Sun, 1 Dec 2002 20:52:55 +0000 (20:52 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 1 Dec 2002 20:52:55 +0000 (20:52 +0000)
commit802ec0c6b30cbfafefb6cce44045fcda9cfcbcaa
tree7e2322627e9e48e4dd7b219c0f0c19aca6bdbead
parentf5320aa7bf3bd07f17d0f0e03fb3a07800d6fbd8
re PR c++/5919 (ICE when passing variable array to template function)

PR c++/5919
* g++.dg/template/varmod1.C: New test.

PR c++/5919
* pt.c (unify): Use variably_modified_type_p to test validity of
template argument types.

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