r167104 - in /trunk/gcc: cp/ChangeLog cp/pt.c t...

jyasskin@gcc.gnu.org jyasskin@gcc.gnu.org
Wed Nov 24 00:24:00 GMT 2010


Author: jyasskin
Date: Wed Nov 24 00:24:54 2010
New Revision: 167104

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167104
Log:
Propagate the source location from a template function's definition to
any already-instantiated declarations.

	PR c++/46527
	* gcc/cp/pt.c (instantiate_decl): Propagate the template's
	location to its instance.
	* gcc/testsuite/g++.dg/debug/dwarf2/pr46527.C: New test.


Added:
    trunk/gcc/testsuite/g++.dg/debug/dwarf2/pr46527.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list