Re: [PATCH 1/2] Support location tracking for built-in macro tokens

2014-07-16 Thread Dodji Seketeli
Richard Biener writes: > On Tue, Jul 15, 2014 at 3:27 PM, Dodji Seketeli wrote: >> Hello, >> >> When a built-in macro is expanded, the location of the token in the >> epansion list is the location of the expansion point of the built-in >> macro. >> >> This patch creates a virtual location for th

Re: [PATCH 1/2] Support location tracking for built-in macro tokens

2014-07-16 Thread Richard Biener
On Tue, Jul 15, 2014 at 3:27 PM, Dodji Seketeli wrote: > Hello, > > When a built-in macro is expanded, the location of the token in the > epansion list is the location of the expansion point of the built-in > macro. > > This patch creates a virtual location for that token instead, > effectively tr

Re: [PATCH 1/2] Support location tracking for built-in macro tokens

2014-07-15 Thread Jason Merrill
OK, thanks. Jason

Re: [PATCH 1/2] Support location tracking for built-in macro tokens

2014-07-15 Thread Dodji Seketeli
I forgot to say that ... Dodji Seketeli writes: [...] > When a built-in macro is expanded, the location of the token in the > epansion list is the location of the expansion point of the built-in > macro. > > This patch creates a virtual location for that token instead, > effectively tracking lo