Re: [PATCH 02/11] Fix token pasting with -ftrack-macro-expansion
Jason Merrill writes: > On 04/10/2012 10:57 AM, Dodji Seketeli wrote: >> +virt_loc = *(context->c.mc->cur_virt_loc - 1); > > Style nit: I'd use [-1] here. OK with that change. Thanks, here is the updated patch that I'll commit in a few days. Tested and bootstrapped on x86_64-unknown-linux-
Re: [PATCH 02/11] Fix token pasting with -ftrack-macro-expansion
On 04/10/2012 10:57 AM, Dodji Seketeli wrote: +virt_loc = *(context->c.mc->cur_virt_loc - 1); Style nit: I'd use [-1] here. OK with that change. Jason