aboutsummaryrefslogtreecommitdiff
path: root/libphobos
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2022-02-16 20:22:34 -0800
committerIan Lance Taylor <iant@golang.org>2022-02-16 20:22:34 -0800
commit71e955da39cea0ebffcfee3432effa622d14ca99 (patch)
treea690b84e725e0c8c3ab35c53f16f3e156d1f10d7 /libphobos
parentb43d6db9780462273c4d885a0111e3376c114c61 (diff)
parent837eb12629dd8a8a45fac9b8db57b29ecda46f14 (diff)
downloadgcc-71e955da39cea0ebffcfee3432effa622d14ca99.zip
gcc-71e955da39cea0ebffcfee3432effa622d14ca99.tar.gz
gcc-71e955da39cea0ebffcfee3432effa622d14ca99.tar.bz2
Merge from trunk revision 837eb12629dd8a8a45fac9b8db57b29ecda46f14.
Diffstat (limited to 'libphobos')
-rw-r--r--libphobos/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index e329ffb..5359674 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,16 @@
+2022-02-16 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * Makefile.in: Regenerate.
+ * libdruntime/MERGE: Merge upstream druntime dbd0c874.
+ * libdruntime/Makefile.am (DRUNTIME_CSOURCES): Add core/int128.d.
+ (DRUNTIME_DISOURCES): Add __builtins.di.
+ * libdruntime/Makefile.in: Regenerate.
+ * src/MERGE: Merge upstream phobos 896b1d0e1.
+ * src/Makefile.am (PHOBOS_DSOURCES): Add std/checkedint.d.
+ * src/Makefile.in: Regenerate.
+ * testsuite/testsuite_flags.in: Add -fall-instantiations to
+ --gdcflags.
+
2022-01-03 Iain Buclaw <ibuclaw@gdcproject.org>
* libdruntime/MERGE: Merge upstream druntime 759e6023.