libphobos: Merge upstream phobos 791c5d240
authorIain Buclaw <ibuclaw@gcc.gnu.org>
Tue, 12 Feb 2019 18:28:04 +0000 (18:28 +0000)
committerIain Buclaw <ibuclaw@gcc.gnu.org>
Tue, 12 Feb 2019 18:28:04 +0000 (18:28 +0000)
Adds missing HPPA support in std.experimental.allocator.

Reviewed-on: https://github.com/dlang/phobos/pull/6838

From-SVN: r268810

libphobos/src/MERGE
libphobos/src/std/experimental/allocator/building_blocks/region.d

index aef240e0722db29f96f84f35838d2991e6acfcd2..61c42525d44e5b578ba18889e27485bbe5c71202 100644 (file)
@@ -1,4 +1,4 @@
-6c9fb28b0f8813d41798202a9d19c6b37ba5da5f
+791c5d2407e500bb4e777d6a90fc96cf250ba2f6
 
 The first line of this file holds the git revision number of the last
 merge done from the dlang/phobos repository.
index 80157aee7e673cb762d27e7425e0f4c644cfb6d8..dfcecce72bdc948464c7036c17a9ac1eecf6854c 100644 (file)
@@ -387,6 +387,7 @@ struct InSituRegion(size_t size, size_t minAlign = platformAlignment)
     else version (X86_64) enum growDownwards = Yes.growDownwards;
     else version (ARM) enum growDownwards = Yes.growDownwards;
     else version (AArch64) enum growDownwards = Yes.growDownwards;
+    else version (HPPA) enum growDownwards = No.growDownwards;
     else version (PPC) enum growDownwards = Yes.growDownwards;
     else version (PPC64) enum growDownwards = Yes.growDownwards;
     else version (MIPS32) enum growDownwards = Yes.growDownwards;