Re: [PATCH] Fix up -save-temps with #pragma simd

2014-02-24 Thread Jeff Law
On 02/19/14 02:14, Jakub Jelinek wrote: Hi! While fixing PR60267, I've noticed that #pragma simd is not registered when -E -fcilkplus, even when it asks for macro replacements in the clauses. So, either we have to register it even when preprocessing, so that say for -save-temps, or other cases

[PATCH] Fix up -save-temps with #pragma simd

2014-02-19 Thread Jakub Jelinek
Hi! While fixing PR60267, I've noticed that #pragma simd is not registered when -E -fcilkplus, even when it asks for macro replacements in the clauses. So, either we have to register it even when preprocessing, so that say for -save-temps, or other cases of separate preprocessing and separate