This is the mail archive of the gcc-cvs@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]

r120665 - in /branches/gcc-4_1-branch/gcc: cp/C...


Author: mmitchel
Date: Thu Jan 11 05:40:35 2007
New Revision: 120665

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120665
Log:
	PR c++/28999
	* decl.c (make_typename_type): If the qualified name is not a
	type, issue an error.
	* parser.c (cp_parser_elaborated_type_specifier): Fix comment
	formatting.
	PR c++/28999
	* g++.dg/template/typename11.C: New test.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/template/typename11.C
Modified:
    branches/gcc-4_1-branch/gcc/cp/ChangeLog
    branches/gcc-4_1-branch/gcc/cp/decl.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


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