From 6baba9bb58232ed672878f28845bdfd9d027c426 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Tue, 15 Mar 2005 09:55:41 +0000 Subject: Index: libcpp/ChangeLog 2005-03-14 Geoffrey Keating * lex.c (forms_identifier_p): Disable UCNs in C89 mode. Index: gcc/testsuite/ChangeLog 2005-03-14 Geoffrey Keating * gcc.dg/cpp/ucnid-6.c: New. From-SVN: r96475 --- libcpp/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libcpp/ChangeLog') 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 + * lex.c (forms_identifier_p): Disable UCNs in C89 mode. + +2005-03-14 Geoffrey Keating + * 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. -- cgit v1.2.3