diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-15 09:55:41 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-15 09:55:41 +0000 |
commit | 4e9d1e6d7bbd3860878685cc17feaeacce7d9560 (patch) | |
tree | f3c2d768c5a6794b56c42e66d18ba71761c0bb69 /libcpp/ChangeLog | |
parent | a18b01d60ebb8f95676bd8967f352bb8c6f0a63f (diff) | |
download | ppe42-gcc-4e9d1e6d7bbd3860878685cc17feaeacce7d9560.tar.gz ppe42-gcc-4e9d1e6d7bbd3860878685cc17feaeacce7d9560.zip |
Index: libcpp/ChangeLog
2005-03-14 Geoffrey Keating <geoffk@apple.com>
* lex.c (forms_identifier_p): Disable UCNs in C89 mode.
Index: gcc/testsuite/ChangeLog
2005-03-14 Geoffrey Keating <geoffk@apple.com>
* gcc.dg/cpp/ucnid-6.c: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96475 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 9f4303c221c..043aceed71a 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,5 +1,9 @@ 2005-03-14 Geoffrey Keating <geoffk@apple.com> + * lex.c (forms_identifier_p): Disable UCNs in C89 mode. + +2005-03-14 Geoffrey Keating <geoffk@apple.com> + * init.c (cpp_create_reader): Default warn_normalize to normalized_C. * charset.c: Update for new format of ucnid.h. (ucn_valid_in_identifier): Update for new format of ucnid.h. |