From 65485663ce42b92f3f4f1ea62910fd91d8ec7b29 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Oct 2014 10:34:31 +0200 Subject: Use expansion point rather than macro location in GCC 4.7.0 and later --- odb/processor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/processor.cxx') diff --git a/odb/processor.cxx b/odb/processor.cxx index cdfd883..291dcd3 100644 --- a/odb/processor.cxx +++ b/odb/processor.cxx @@ -444,7 +444,7 @@ namespace // Update the location of the access expression to point // to this function. // - ma.loc = location (DECL_SOURCE_LOCATION (f)); + ma.loc = location (real_source_location (f)); found = r; } } -- cgit v1.1