re PR c++/9411 ([New parser] Template function lookup problem)
authorMark Mitchell <mark@codesourcery.com>
Thu, 10 Jul 2003 19:19:09 +0000 (19:19 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 10 Jul 2003 19:19:09 +0000 (19:19 +0000)
commit584672eef4775f2ceaaa390e6d9757898077ae2c
tree79a6e4ceb419974d0f2d651cb5f06cc0db8e4a1a
parenta9189cc05f6b6ef8fca0022dab0fe16d01e04fa1
re PR c++/9411 ([New parser] Template function lookup problem)

PR c++/9411
* parser.c (cp_parser_postfix_expression): Check dependency of
functions.

PR c++/9411
* g++.dg/template/explicit2.C: New test.

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