decl2.c (mark_used): Set the source location of the used decl to the current input...
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 15 Feb 2005 19:37:13 +0000 (19:37 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Tue, 15 Feb 2005 19:37:13 +0000 (19:37 +0000)
commit39a87435bc42d0802f82b60bf657b3aa5ecbea86
tree8822a8644e32fc77102ecb5cd7a2e7c116ba4707
parent83cc36c8268ff644059eb99f0e2e4670e3fff841
decl2.c (mark_used): Set the source location of the used decl to the current input location here...

* 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.

From-SVN: r95070
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/method.c