]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/3381 (explicit template instantations fail with absolutely qualified names)
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 3 Dec 2001 12:39:49 +0000 (12:39 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 3 Dec 2001 12:39:49 +0000 (12:39 +0000)
commitf1880e134cfdc12afecb48cb345bad896bbdf318
treec1a02801c2ebe84c57e712a5100279181bff61dd
parenta2ad3e94f562fc6fed235f6577edff17413995af
re PR c++/3381 (explicit template instantations fail with absolutely qualified names)

cp:
PR g++/3381
* parse.y (named_complex_class_head_sans_basetype): Add new
reduction.
* Make-lang.in (parse.c): Adjust expected conflict count.
testsuite:
* g++.dg/other/scope1.C: New test.
* g++.dg/template/explicit-instantiation.C: Remove XFAIL

From-SVN: r47546
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/cp/parse.y
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/scope1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/template/explicit-instantiation.C