[Bug c++/57620] Phantom terminator confuses raw string literal parsing.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57620 --- Comment #2 from Jakub Jelinek --- There seems to be more issues in the raw string literal lexing. E.g. const char *s = R"a??/(x)a??/"; should be I think handled the same as const char *s = "x"; with -std=c++11 or -std=gnu++11 -trigraphs, but
[Bug c++/57620] Phantom terminator confuses raw string literal parsing.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57620 Paolo Carlini changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f