PR preprocessor/48740
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Apr 2011 23:32:09 +0000 (23:32 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Apr 2011 23:32:09 +0000 (23:32 +0000)
commit0ff0cd042390ce848dd21c7dee6987432e4a1677
tree512c00cfe469cc71e5b4077ab0e7dfb1018b4b2b
parent32e485a1677fe53e5e30791dfaf54595a2004549
PR preprocessor/48740
* lex.c (lex_raw_string): When raw string ends with
??) followed by raw prefix and ", ensure it is preprocessed
with ??) rather than ??].

* c-c++-common/raw-string-11.c: New test.

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