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