]> gcc.gnu.org Git - gcc.git/commit
re PR c++/11922 (ICE on type_unification_real)
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 5 Sep 2003 08:38:44 +0000 (08:38 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 5 Sep 2003 08:38:44 +0000 (08:38 +0000)
commit12483c9f2e0c237977f2e2ee190492274f7f0d28
tree0f5cce31b1086b96c55db1488aad78c82b94fc6c
parent8e1daa341261864912c3b19c87c78babd4a80edf
re PR c++/11922 (ICE on type_unification_real)

cp:
PR c++/11922
* pt.c (tsubst_qualified_id): Make sure we get a non-type.
(tsubst_expr, tsubst_copy_and_build): Pass false, not zero, as
is_type_p to lookup_qualified_name.

* semantics.c (finish_call_expr): Refactor some code.
testsuite:
PR c++/11922
* g++/dg/template/qualified-id1.C: New test.

From-SVN: r71109
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/qualified-id1.C [new file with mode: 0644]
This page took 0.057566 seconds and 5 git commands to generate.