diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2022-06-24 19:41:41 +0200 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2022-06-24 20:49:58 +0200 |
commit | d97f3bca6eec50ac4ec007d731d345db3e560c52 (patch) | |
tree | b96c7e4a976986b4a8d755479a808db9bbb8b80c /libphobos/libdruntime | |
parent | c0ad48527c314a1e9354b7c26718b56ed4abc92c (diff) | |
download | gcc-d97f3bca6eec50ac4ec007d731d345db3e560c52.zip gcc-d97f3bca6eec50ac4ec007d731d345db3e560c52.tar.gz gcc-d97f3bca6eec50ac4ec007d731d345db3e560c52.tar.bz2 |
d: Merge upstream dmd 529110f66, druntime 148608b7.
D front-end changes:
- Import latest bug fixes to mainline.
gcc/d/ChangeLog:
* dmd/MERGE: Merge upstream dmd 529110f66.
* decl.cc (DeclVisitor::visit (TupleDeclaration *)): Update for new
front-end interface.
* types.cc (layout_aggregate_members): Likewise.
libphobos/ChangeLog:
* libdruntime/MERGE: Merge upstream druntime 148608b7.
Diffstat (limited to 'libphobos/libdruntime')
-rw-r--r-- | libphobos/libdruntime/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/libdruntime/MERGE b/libphobos/libdruntime/MERGE index 3f4a0ec..2fc1bc1 100644 --- a/libphobos/libdruntime/MERGE +++ b/libphobos/libdruntime/MERGE @@ -1,4 +1,4 @@ -e150cca179515ce5113e828aac94c20c0b983b7c +148608b7935c3f9a4ea3a26f74cb90cd07efc91c The first line of this file holds the git revision number of the last merge done from the dlang/druntime repository. |