cp:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Sep 2003 11:29:17 +0000 (11:29 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Sep 2003 11:29:17 +0000 (11:29 +0000)
commite602172889f288cad040e275185beea5ae9ef3e9
tree73b60b4f2fc5d263fe54ad0e1c85ed387bcbc5d5
parent76b64c1c70f60d8cb4c33b803f1cc15cdd76c363
cp:
PR c++/12167
* parser.c (cp_parser_late_parsing_default_args): Push & pop the
unparsed functions queue.
testsuite:
PR c++/12167
* g++.dg/parse/defarg5.C: New test.

* g++.dg/template/non-type-template-argument-1.C: Tweak expected error.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71133 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/defarg5.C [new file with mode: 0644]
gcc/testsuite/g++.dg/template/non-type-template-argument-1.C