]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/34206 (ICE in retrieve_local_specialization)
authorJason Merrill <jason@redhat.com>
Tue, 18 Dec 2007 22:25:20 +0000 (17:25 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 18 Dec 2007 22:25:20 +0000 (17:25 -0500)
commit82390eb63395b769f5708978859b24e3626018d5
tree04b92fd03c9a0245d6594119c5231fba022e2334
parenta15c0b00b02391adb2aabbf63b0caaa94f01b1dc
re PR c++/34206 (ICE in retrieve_local_specialization)

        PR c++/34206
        * pt.c (tsubst_aggr_type): Do nothing if the type already doesn't
        use template parms.
        (dependent_type_p_r): Handle the domain of an array.

From-SVN: r131044
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/template/typedef8.C [new file with mode: 0644]