* decl2.c (mark_used): Set the source location of the used decl to
commit8440403e21f9fddf4c61e591873cf871b28e2007
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Feb 2005 19:37:13 +0000 (15 19:37 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Feb 2005 19:37:13 +0000 (15 19:37 +0000)
tree8822a8644e32fc77102ecb5cd7a2e7c116ba4707
parent648736089a72a2449c78b707884a57800e9d2376
* decl2.c (mark_used): Set the source location of the used decl to
the current input location here...
* method.c (synthesize_method): ... not here.  Set input_location
from the decl instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95070 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/method.c