This is the mail archive of the gcc-patches@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]

Re: [PATCH] Fix #pragma implementation diagnostics (PR c++/69145, take 2)


On 01/07/2016 10:05 AM, Jakub Jelinek wrote:
+  if (IS_ADHOC_LOC (location))
+    {
+      location &= MAX_SOURCE_LOCATION;
+      location
+	= pfile->line_table->location_adhoc_data_map.data[location].locus;
+    }

This looks like it is get_location_from_adhoc_loc.


Bernd


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]