More N3077 raw string changes
commit3a45011c029cab0a05636e3609c19547356b3af4
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Mar 2010 20:07:29 +0000 (29 20:07 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Mar 2010 20:07:29 +0000 (29 20:07 +0000)
tree84b8a4bdf2073b4abe400607bab3f439398a212c
parentd5fed3b568831182435adc37db7f20813ec2034d
More N3077 raw string changes
* charset.c (cpp_interpret_string): Don't transform UCNs in raw
strings.
* lex.c (bufring_append): Split out from...
(lex_raw_string): ...here.  Undo trigraph and line splicing
transformations.  Do process line notes in multi-line literals.
(_cpp_process_line_notes): Ignore notes that were already handled.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157804 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/raw-string-1.c
gcc/testsuite/c-c++-common/raw-string-10.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/raw-string-2.c
gcc/testsuite/c-c++-common/raw-string-8.c [new file with mode: 0644]
gcc/testsuite/c-c++-common/raw-string-9.c [new file with mode: 0644]
libcpp/ChangeLog
libcpp/charset.c
libcpp/internal.h
libcpp/lex.c