On 15.03.19 16:49, Robin Dapp wrote:
> Hi,
> 
> during the last few days I tried to get D running on s390x (apparently
> the first Big Endian platform to try it?).  I did not yet go through the
> code systematically and add a version(SystemZ) in every place where it
> might be needed but rather tried to fix test failures as they arose.

this now fails on trunk and the gcc-9-branch with a multilib build:


/<<PKGBUILDDIR>>/src/libphobos/libdruntime/core/sys/posix/ucontext.d:769:9:
error: static assert  "unimpleme
nted"
  769 |         static assert(0, "unimplemented");
      |         ^
make[10]: *** [Makefile:2149: core/thread.lo] Error 1
make[10]: Leaving directory
'/<<PKGBUILDDIR>>/build/s390x-linux-gnu/32/libphobos/libdruntime'
make[9]: *** [Makefile:473: all-recursive] Error 1
make[10]: *** [Makefile:2149: core/thread.lo] Error 1
make[10]: Leaving directory
'/<<PKGBUILDDIR>>/build/s390x-linux-gnu/32/libphobos/libdruntime'
make[9]: *** [Makefile:473: all-recursive] Error 1

Reply via email to