]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/21681 (ICE with nested types in template)
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 27 May 2005 14:23:47 +0000 (14:23 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 27 May 2005 14:23:47 +0000 (14:23 +0000)
commit2d63754709c889b1087e692b6124e0ed9fc00a8b
tree4a34200c877704b6f8d086c4ee4600ed409e379b
parenta0ef884f73d791abd09ca3f5a9ccf725ead5fe39
re PR c++/21681 (ICE with nested types in template)

cp:
PR c++/21681
* parser.c (cp_parser_late_parsing_for_member): Disable access
checking for template functions.
testsuite:
PR c++/21681
* g++.dg/parse/template16.C: New.

From-SVN: r100252
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/template16.C [new file with mode: 0644]