Re: [PATCH] Fix up preprocessing of #pragma GCC ivdep (PR c++/60267)

2014-02-19 Thread Jeff Law
On 02/19/14 07:52, Jakub Jelinek wrote: Hi! In #pragma GCC ivdep there is nothing the preprocessor should care about, thus there is no reason to register it when doing just -E (and, otherwise we'd have to handle PRAGMA_IVDEP in pragma lookups). Fixed thusly, bootstrapped/regtested on x86_64-lin

[PATCH] Fix up preprocessing of #pragma GCC ivdep (PR c++/60267)

2014-02-19 Thread Jakub Jelinek
Hi! In #pragma GCC ivdep there is nothing the preprocessor should care about, thus there is no reason to register it when doing just -E (and, otherwise we'd have to handle PRAGMA_IVDEP in pragma lookups). Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2014-02-