]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/23914 (further 'non-constant' template argument case exposed by Boost)
authorMark Mitchell <mark@codesourcery.com>
Fri, 16 Sep 2005 18:33:22 +0000 (18:33 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 16 Sep 2005 18:33:22 +0000 (18:33 +0000)
commit49f210a23aa8c3633fc0151792742f9049b5d9c2
tree6c9c0e8718da769835c6cf3787e026c2fe767eb4
parent2749a92117493919d7ed5bbcaa04e2755b3385bc
re PR c++/23914 (further 'non-constant' template argument case exposed by Boost)

PR c++/23914
* parser.c (cp_parser_enclosed_template_argument_list): Make sure
skip_evaluation is false when processing template arguments.

PR c++/23914
* g++.dg/template/static18.C: New test.

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