aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-08-26 00:17:03 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-08-26 00:17:03 +0000
commit85d77ac4745c6263520c8fe66c0dfced8404003f (patch)
tree99b0e6d6c4bc443df3eb2aa9f30ade1873f524f9 /libcpp
parent4de346d8a2048b2a97547443893695a82ed16a58 (diff)
downloadgcc-85d77ac4745c6263520c8fe66c0dfced8404003f.zip
gcc-85d77ac4745c6263520c8fe66c0dfced8404003f.tar.gz
gcc-85d77ac4745c6263520c8fe66c0dfced8404003f.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 688cad2..c32ff4a 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,20 @@
+2021-08-25 Lewis Hyatt <lhyatt@gmail.com>
+
+ PR other/93067
+ * charset.c (init_iconv_desc): Adapt to permit PFILE argument to
+ be NULL.
+ (_cpp_convert_input): Likewise. Also move UTF-8 BOM logic to...
+ (cpp_check_utf8_bom): ...here. New function.
+ (cpp_input_conversion_is_trivial): New function.
+ * files.c (read_file_guts): Allow PFILE argument to be NULL. Add
+ INPUT_CHARSET argument as an alternate source of this information.
+ (read_file): Pass the new argument to read_file_guts.
+ (cpp_get_converted_source): New function.
+ * include/cpplib.h (struct cpp_converted_source): Declare.
+ (cpp_get_converted_source): Declare.
+ (cpp_input_conversion_is_trivial): Declare.
+ (cpp_check_utf8_bom): Declare.
+
2021-08-17 Jakub Jelinek <jakub@redhat.com>
* macro.c (vaopt_state): Add m_stringify member.