[Bug preprocessor/82506] Stringizing raw string literals

2017-10-10 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82506 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug preprocessor/82506] Stringizing raw string literals

2017-10-10 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82506 --- Comment #2 from Nathan Sidwell --- Author: nathan Date: Tue Oct 10 18:56:31 2017 New Revision: 253605 URL: https://gcc.gnu.org/viewcvs?rev=253605&root=gcc&view=rev Log: [PATCH] preprocessor stringizing raw strings https://gcc.gnu.org/ml/gcc

[Bug preprocessor/82506] Stringizing raw string literals

2017-10-10 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82506 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug preprocessor/82506] Stringizing raw string literals

2017-10-10 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82506 --- Comment #1 from Nathan Sidwell --- We fail to stringize raw string literals containing \n chars: ./xg++ -B./ q.cc -E gives: "R\"( )\"" (snipping line markers). That's a regular string literal with a naked LF char in it. This is like the