]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR preprocessor/57620
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Jul 2013 02:28:03 +0000 (02:28 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Jul 2013 02:28:03 +0000 (02:28 +0000)
commitffb840b4125e9678af756f1a902ca0fe7f04bbd0
tree6ed6396fa7b067df8a3ff310a4f33ede51228e59
parentaf48db325567f6be664d774d644e790306e13261
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201091 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/raw-string-13.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/raw-string-14.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/raw-string-15.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/raw-string-16.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/raw-string-2.c
libcpp/ChangeLog
libcpp/lex.c