]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
More N3077 raw string changes
authorJason Merrill <jason@redhat.com>
Mon, 29 Mar 2010 20:07:29 +0000 (16:07 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 29 Mar 2010 20:07:29 +0000 (16:07 -0400)
commit00a81b8b9daf54a09bf535734944d740bfa4ed4b
tree84b8a4bdf2073b4abe400607bab3f439398a212c
parent0591d33ecce39bc9d1b5871f98863de70f28c898
More N3077 raw string changes

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.

From-SVN: r157804
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