[PATCH] Allow raw-string literals in macro arguments and deferred pragmas (PR preprocessor/57824)

Jason Merrill jason@redhat.com
Wed Jul 10 06:35:00 GMT 2013


On 07/05/2013 11:19 AM, Jakub Jelinek wrote:
> Seems for deferred_pragmas it just works

Can we encounter a newline in a deferred pragma?

> and for parsing of arguments
> also if there is something in the current buffer (otherwise would
> that just mean and of say include? I think raw strings shouldn't be allowed
> to flow from end of include file to another file).

Agreed: "A source file shall not end in a partial preprocessing token".

OK.

Jason



More information about the Gcc-patches mailing list