This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/45917] inaccessible types allowed as template argument in nested-name-specifier


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45917

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> 2013-03-17 02:39:39 UTC ---
Author: jason
Date: Sun Mar 17 02:39:22 2013
New Revision: 196744

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196744
Log:
    PR c++/45917
    * parser.c (cp_parser_template_id): Don't forget access checks.

Added:
    trunk/gcc/testsuite/g++.dg/template/access26.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]