aboutsummaryrefslogtreecommitdiff
path: root/gcc/d
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-06-10 00:16:47 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-06-10 00:16:47 +0000
commitb952c2cfcd74c284970e1b9bf1fca58f5f69ab23 (patch)
treeb73d7b203e9ef4730610d52baceb8aef0b5acb79 /gcc/d
parent733167f9d5ca5b9417559b7362d91e967be95a01 (diff)
downloadgcc-b952c2cfcd74c284970e1b9bf1fca58f5f69ab23.zip
gcc-b952c2cfcd74c284970e1b9bf1fca58f5f69ab23.tar.gz
gcc-b952c2cfcd74c284970e1b9bf1fca58f5f69ab23.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/d')
-rw-r--r--gcc/d/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index 71544e2..110e9ad 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,18 @@
+2020-06-09 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * dmd/MERGE: Merge upstream dmd 13d67c575.
+ * d-builtins.cc (build_frontend_type): Update call to
+ TypeVector::create.
+ * d-frontend.cc (Global::_init): Move setting of errorLimit to ...
+ * d-lang.cc (d_init_options): ... here. Update for new field
+ location of errorLimit.
+ (d_post_options): Likewise.
+ * d-port.cc (Port::readwordLE): Update signature.
+ (Port::readwordBE): Likewise.
+ (Port::readlongLE): Likewise.
+ (Port::readlongBE): Likewise.
+ * decl.cc (get_symbol_decl): Update for new field types.
+
2020-06-08 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/95573