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]

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


Author: jakub
Date: Wed Jan  3 23:56:44 2007
New Revision: 120412

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120412
Log:
	Backported from mainline
	2006-07-12  Jason Merrill  <jason@redhat.com>
	PR c++/28217
	* semantics.c (note_decl_for_pch): Don't premangle templates.

	* g++.dg/pch/template-1.C: New test.
	* g++.dg/pch/template-1.Hs: New file.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/pch/template-1.C
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/pch/template-1.Hs
Modified:
    branches/gcc-4_1-branch/gcc/cp/ChangeLog
    branches/gcc-4_1-branch/gcc/cp/semantics.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]