OSDN Git Service

More N3077 raw string changes
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Mar 2010 20:07:29 +0000 (20:07 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 00:38:49 +0000 (09:38 +0900)
commitcfbe12b1ac51a4f08d36881f5d6741f8c0ccaa38
tree629de710aa6eaf6551b162e89f2ab85364c5ad55
parentdae1e6bcae7cc91f0f7da9460367b8ade90f557a
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-2.c
libcpp/ChangeLog
libcpp/lex.c