diff options
| author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-23 23:32:09 +0000 |
|---|---|---|
| committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-23 23:32:09 +0000 |
| commit | 0ff0cd042390ce848dd21c7dee6987432e4a1677 (patch) | |
| tree | 512c00cfe469cc71e5b4077ab0e7dfb1018b4b2b /libcpp/ChangeLog | |
| parent | 32e485a1677fe53e5e30791dfaf54595a2004549 (diff) | |
| download | ppe42-gcc-0ff0cd042390ce848dd21c7dee6987432e4a1677.tar.gz ppe42-gcc-0ff0cd042390ce848dd21c7dee6987432e4a1677.zip | |
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
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index eb93719e27b..26013027b69 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2011-04-24 Jakub Jelinek <jakub@redhat.com> + + 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 ??]. + 2011-04-20 Jim Meyering <meyering@redhat.com> * files.c (destroy_cpp_file): Remove useless if-before-free. |

