From c79e602b6302889036c04a7ca530afc5ae97e053 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Wed, 16 Mar 2005 00:59:31 +0000 Subject: charset.c (_cpp_valid_ucn): In identifiers, reject a partial UCN rather than printing an error. 2005-03-15 Geoffrey Keating * charset.c (_cpp_valid_ucn): In identifiers, reject a partial UCN rather than printing an error. Index: gcc/testsuite/ChangeLog 2005-03-15 Geoffrey Keating * gcc.dg/cpp/ucnid-7.c: New. From-SVN: r96546 --- libcpp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libcpp/ChangeLog') diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 043aceed71a..e5ecf6d3d00 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2005-03-15 Geoffrey Keating + + * charset.c (_cpp_valid_ucn): In identifiers, reject a partial + UCN rather than printing an error. + 2005-03-14 Geoffrey Keating * lex.c (forms_identifier_p): Disable UCNs in C89 mode. -- cgit v1.2.1