aboutsummaryrefslogtreecommitdiff
path: root/gcc/d
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-12-02 00:16:33 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-12-02 00:16:33 +0000
commit40fa651e6041692339c8ae8d5e1b7db6949bb72c (patch)
tree723109bb7fad8b33ff2818ea496fc4f4c90d9379 /gcc/d
parent860c56b5bc356960a4d0445dadc43ceddbe3c7e2 (diff)
downloadgcc-40fa651e6041692339c8ae8d5e1b7db6949bb72c.zip
gcc-40fa651e6041692339c8ae8d5e1b7db6949bb72c.tar.gz
gcc-40fa651e6041692339c8ae8d5e1b7db6949bb72c.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/d')
-rw-r--r--gcc/d/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index c985f00..78c8130 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,17 @@
+2021-12-01 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * d-spec.cc (lang_specific_driver): Set SKIPOPT on -static-libstdc++
+ and -static-libphobos only when target supports LD_STATIC_DYNAMIC.
+ Remove generate_option to re-add -static-libstdc++.
+
+2021-12-01 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * gdc.texi (Runtime Options): Document -fcheckaction=, -fextern-std=,
+ -fpreview=, -frevert=.
+ (Code Generation): Document -fdump-c++-spec=, -fdump-c++-spec-verbose,
+ -fsave-mixins=.
+ (Warnings): Update list of supported -ftransitions=.
+
2021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
* dmd/MERGE: Merge upstream dmd b8384668f.