aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/ChangeLog')
-rw-r--r--gcc/d/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index 91b3d7c..8bc711f 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,9 @@
+2021-12-15 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * d-lang.cc (d_init_options): Set default -fextern-std= to C++17.
+ * dmd/MERGE: Merge upstream dmd 93108bb9e.
+ * gdc.texi (Runtime Options): Document the default for -fextern-std=.
+
2021-12-10 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/103529