diff options
author | Iain Buclaw <ibuclaw@gcc.gnu.org> | 2019-02-10 22:10:22 +0000 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gcc.gnu.org> | 2019-02-10 22:10:22 +0000 |
commit | d8b1f499d96afc96759c2422ddc10c1bc1cea26d (patch) | |
tree | a6be35d450062f2141445d728dd4039a643da06e /libphobos/src | |
parent | e613d992667a90ff731bbcecbb4ae6fa15adde31 (diff) | |
download | gcc-d8b1f499d96afc96759c2422ddc10c1bc1cea26d.zip gcc-d8b1f499d96afc96759c2422ddc10c1bc1cea26d.tar.gz gcc-d8b1f499d96afc96759c2422ddc10c1bc1cea26d.tar.bz2 |
libphobos: Merge upstream druntime 2f764ab6
Fixes hashing of complex reals, enabling testing of rt.util.typeinfo and
core.internal.hash.
Reviewed-on: https://github.com/dlang/druntime/pull/6837
libphobos/ChangeLog:
* Makefile.in: Rebuild.
* configure: Rebuild.
* libdruntime/Makefile.am: Test rt.util.typeinfo and
core.internal.convert.
* libdruntime/Makefile.in: Rebuild.
* src/Makefile.in: Rebuild.
* testsuite/Makefile.in: Rebuild.
* testsuite/libphobos.hash/test_hash.d: Update test.
From-SVN: r268755
Diffstat (limited to 'libphobos/src')
-rw-r--r-- | libphobos/src/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libphobos/src/Makefile.in b/libphobos/src/Makefile.in index f0c8f87..a349fa7 100644 --- a/libphobos/src/Makefile.in +++ b/libphobos/src/Makefile.in @@ -610,7 +610,6 @@ phobos_compiler_shared_flag = @phobos_compiler_shared_flag@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ |