Re: [PATCH 01/11] Fix cpp_sys_macro_p with -ftrack-macro-expansion
OK. Jason
Re: [PATCH 01/11] Fix cpp_sys_macro_p with -ftrack-macro-expansion
Jason Merrill writes: > On 04/10/2012 10:55 AM, Dodji Seketeli wrote: >> + if (CPP_OPTION (pfile, track_macro_expansion)) > > I think this should check context->tokens_kind rather than the > compiler flag. OK. Below is the updated patch that does that. Tested and bootstrapped on x86_64-unknow
Re: [PATCH 01/11] Fix cpp_sys_macro_p with -ftrack-macro-expansion
On 04/10/2012 10:55 AM, Dodji Seketeli wrote: + if (CPP_OPTION (pfile, track_macro_expansion)) I think this should check context->tokens_kind rather than the compiler flag. Jason