re PR c++/17501 (Confusion with member templates)
authorMark Mitchell <mark@codesourcery.com>
Thu, 16 Sep 2004 22:55:13 +0000 (22:55 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 16 Sep 2004 22:55:13 +0000 (22:55 +0000)
commit67bcc252247fa1d0e45258c2ce927b666e621321
tree5ed6977bfd717a8ffbe954e1c51bdead6925576c
parent1800536a055eefcd5877c11cdea3fa25d692589e
re PR c++/17501 (Confusion with member templates)

PR c++/17501
* parser.c (cp_parser_nested_name_specifier): Do not resolve
typename types if the user explicitly said "typename".

PR c++/17501
* g++.dg/template/typename7.C: New test.

From-SVN: r87616
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/typename7.C [new file with mode: 0644]