Re: [PATCH 1/6] Linemap infrastructure for virtual locations

2011-10-18 Thread Dodji Seketeli
Gerald Pfeifer writes: > On Mon, 17 Oct 2011, Dodji Seketeli wrote: >>> this looks like it's causing the following bootstrap failure for me >>> on i386-unknown-freebsd9.0? >> Yes this is http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50760, and I am >> testing the patch attached to the bug at the mo

Re: [PATCH 1/6] Linemap infrastructure for virtual locations

2011-10-17 Thread Gerald Pfeifer
On Mon, 17 Oct 2011, Dodji Seketeli wrote: >> this looks like it's causing the following bootstrap failure for me >> on i386-unknown-freebsd9.0? > Yes this is http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50760, and I am > testing the patch attached to the bug at the moment. Just curious, does > tha

Re: [PATCH 1/6] Linemap infrastructure for virtual locations

2011-10-17 Thread Dodji Seketeli
Gerald Pfeifer writes: > Hi Dodji, > > On Mon, 17 Oct 2011, Dodji Seketeli wrote: >> This is the first instalment of a set which goal is to track locations >> of tokens across macro expansions. Tom Tromey did the original work >> and attached the patch to PR preprocessor/7263. This opus is a >>

Re: [PATCH 1/6] Linemap infrastructure for virtual locations

2011-10-17 Thread Gerald Pfeifer
Hi Dodji, On Mon, 17 Oct 2011, Dodji Seketeli wrote: > This is the first instalment of a set which goal is to track locations > of tokens across macro expansions. Tom Tromey did the original work > and attached the patch to PR preprocessor/7263. This opus is a > derivative of that original work.

Re: [PATCH 1/6] Linemap infrastructure for virtual locations

2011-04-14 Thread Tom Tromey
> "Dodji" == Dodji Seketeli writes: Tom> One thing to note is that there may be some code that assumes an Tom> ordering of location values. If you hand out ordinary and macro Tom> locations separately (which I think is what is going on), then code Tom> doing this may break. [...] Dodji> Now

Re: [PATCH 1/6] Linemap infrastructure for virtual locations

2011-04-12 Thread Dodji Seketeli
Hello, Sorry for getting back to this just now, and thank you very much for the review. Please find below my reply to your comments. Tom Tromey writes: > Dodji>expanded_location xloc; > Dodji>if (loc <= BUILTINS_LOCATION) > Dodji> -{ > Dodji> - xloc.file = loc == UNKNOWN_LOCAT