aboutsummaryrefslogtreecommitdiff
path: root/gcc/d
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 /gcc/d
parent4de346d8a2048b2a97547443893695a82ed16a58 (diff)
downloadgcc-85d77ac4745c6263520c8fe66c0dfced8404003f.zip
gcc-85d77ac4745c6263520c8fe66c0dfced8404003f.tar.gz
gcc-85d77ac4745c6263520c8fe66c0dfced8404003f.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/d')
-rw-r--r--gcc/d/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index 3bf2eec..db85ffc 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,10 @@
+2021-08-25 Lewis Hyatt <lhyatt@gmail.com>
+
+ PR other/93067
+ * d-lang.cc (d_input_charset_callback): New function.
+ (d_init): Call new function
+ diagnostic_initialize_input_context().
+
2021-07-30 Iain Buclaw <ibuclaw@gdcproject.org>
* expr.cc (binary_op): Remove dead code.