-
- Downloads
re PR preprocessor/57620 (Phantom terminator confuses raw string literal parsing.)
PR preprocessor/57620 * lex.c (lex_raw_string): Undo phase1 and phase2 transformations between R" and final " rather than only in between R"del( and )del". * c-c++-common/raw-string-2.c (s12, u12, U12, L12): Remove. (main): Don't test {s,u,U,L}12. * c-c++-common/raw-string-13.c: New test. * c-c++-common/raw-string-14.c: New test. * c-c++-common/raw-string-15.c: New test. * c-c++-common/raw-string-16.c: New test. From-SVN: r201091
Showing
- gcc/testsuite/ChangeLog 10 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/c-c++-common/raw-string-13.c 272 additions, 0 deletionsgcc/testsuite/c-c++-common/raw-string-13.c
- gcc/testsuite/c-c++-common/raw-string-14.c 39 additions, 0 deletionsgcc/testsuite/c-c++-common/raw-string-14.c
- gcc/testsuite/c-c++-common/raw-string-15.c 272 additions, 0 deletionsgcc/testsuite/c-c++-common/raw-string-15.c
- gcc/testsuite/c-c++-common/raw-string-16.c 33 additions, 0 deletionsgcc/testsuite/c-c++-common/raw-string-16.c
- gcc/testsuite/c-c++-common/raw-string-2.c 0 additions, 12 deletionsgcc/testsuite/c-c++-common/raw-string-2.c
- libcpp/ChangeLog 6 additions, 0 deletionslibcpp/ChangeLog
- libcpp/lex.c 118 additions, 73 deletionslibcpp/lex.c
Loading
Please register or sign in to comment