On Wed, Jul 10, 2013 at 02:32:07AM -0400, Jason Merrill wrote: > 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?
Yes, that is the OpenMP testcase in the patch. > >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. Thanks. Jakub