On Wed, 2 Dec 2015, Jakub Jelinek wrote:
> Hi!
>
> As the testcases show, we can happily emit e.g.
> { #pragma omp single
> in the -E preprocessed output, which is not valid C/C++,
> the preprocessing directives have to be at the beginning of line
> or there can be optional whitespace before th
Hi!
As the testcases show, we can happily emit e.g.
{ #pragma omp single
in the -E preprocessed output, which is not valid C/C++,
the preprocessing directives have to be at the beginning of line
or there can be optional whitespace before them. But for -fpreprocessed
input there is even a strong