diff options
| author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-18 15:13:49 +0000 |
|---|---|---|
| committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-18 15:13:49 +0000 |
| commit | 6f6f3dd798738815810f5c983ba666b6552cbd57 (patch) | |
| tree | 08a78c5cfab58cc36bb826b78a1902d8f7e41149 /libcpp/ChangeLog | |
| parent | 50fefeb7aa2c784cb5ff3d534ce53d0bcbb0ee4d (diff) | |
| download | ppe42-gcc-6f6f3dd798738815810f5c983ba666b6552cbd57.tar.gz ppe42-gcc-6f6f3dd798738815810f5c983ba666b6552cbd57.zip | |
gcc/testsuite:
* gcc.dg/c1x-uni-string-1.c, gcc.dg/c1x-uni-string-2.c: New tests.
libcpp:
* include/cpplib.h (struct cpp_options): Add rliterals.
* init.c (struct lang_flags, lang_defaults): Add rliterals.
(cpp_set_lang): Set rliterals option.
(cpp_init_builtins): Define __STDC_UTF_16__ and __STDC_UTF_32__.
* lex.c (_cpp_lex_direct): Only accept raw strings if rliterals.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177868 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index e136852231b..ad514735366 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,11 @@ +2011-08-18 Joseph Myers <joseph@codesourcery.com> + + * include/cpplib.h (struct cpp_options): Add rliterals. + * init.c (struct lang_flags, lang_defaults): Add rliterals. + (cpp_set_lang): Set rliterals option. + (cpp_init_builtins): Define __STDC_UTF_16__ and __STDC_UTF_32__. + * lex.c (_cpp_lex_direct): Only accept raw strings if rliterals. + 2011-08-15 Gabriel Charette <gchare@google.com> * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Remove. |

