aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-11-06 11:05:22 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-11-06 11:05:22 +0000
commit05788e9b951199e0947cf70d62feaf9d051a4b46 (patch)
tree0d8f78e610943007f7d111dbfa230ab74ab51865 /libcpp
parent2175b3976f66e9c34900b3dcca8c7b706e24f457 (diff)
downloadgcc-05788e9b951199e0947cf70d62feaf9d051a4b46.zip
gcc-05788e9b951199e0947cf70d62feaf9d051a4b46.tar.gz
gcc-05788e9b951199e0947cf70d62feaf9d051a4b46.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 18d5bcc..d1dd151 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,19 @@
+2022-11-05 Lewis Hyatt <lhyatt@gmail.com>
+
+ PR preprocessor/55971
+ * lex.cc (get_fresh_line_impl): New function refactoring the code
+ from...
+ (_cpp_get_fresh_line): ...here.
+ (lex_raw_string): Use the new version of get_fresh_line_impl() to
+ support raw strings containing new lines when processing a directive.
+
+2022-11-04 Jakub Jelinek <jakub@redhat.com>
+
+ * makeuname2c.cc (struct generated): Update from Unicode 15.0.0
+ table 4-8.
+ * ucnid.h: Regenerated for Unicode 15.0.0.
+ * uname2c.h: Likewise.
+
2022-10-19 Lewis Hyatt <lhyatt@gmail.com>
* include/cpplib.h (struct cpp_string): Use new "string_length" GTY.