Hi Nathan,
On 10 October 2017 at 20:54, Nathan Sidwell <nat...@acm.org> wrote: > This patch fixes PR 82506, where we fail to properly stringize a raw string > literal, which can contain a raw LF character. > > When we're not just preprocessing, there isn't a problem. The string > literal gets correctly escaped into the assembly file. This is just a > problem with preprocessing. > > Applying to trunk. > Didn't you forget to add -save-temps in the testcase? I'm seeing it failing because: g++.dg/cpp/string-3.C -std=c++11 : output file does not exist UNRESOLVED: g++.dg/cpp/string-3.C -std=c++11 scan-file BEGIN "R\\"(\\n)\\""\n END Christophe > nathan > -- > Nathan Sidwell