Bug#980204: gdc: Resulting executables segfault on mipsel architecture (signal 11)

2021-01-24 Thread Matija Nalis
On Sun, Jan 24, 2021 at 01:15:51AM +0100, Iain Buclaw wrote: > The logmake application runs just fine here. Fix has been committed to > gcc mainline, and backported to the version 9 and 10 release branches. > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98806 Thanks a lot for your work, Iain!

Bug#980204: gdc: Resulting executables segfault on mipsel architecture (signal 11)

2021-01-22 Thread Matija Nalis
On Fri, Jan 22, 2021 at 12:59:34PM +0100, Iain Buclaw wrote: > > (mipsel-chroot)$ printf 'import std.stdio;\nvoid main() { writeln("Hello, > > World!"); }\n' > hello.d ; gdc hello.d && ./a.out > > qemu: uncaught target signal 11 (Segmentation fault) - core dumped > > Segmentation fault > > > >

Bug#980204: gdc: Resulting executables segfault on mipsel architecture (signal 11)

2021-01-15 Thread Matija Nalis
Package: gdc Version: 4:10.2.1-1 Severity: normal X-Debbugs-Cc: mnalis-debian...@voyager.hr Dear Maintainer, compiling D programs with gdc produces excutable, but trying to run that executable segfaults. I've tried various gdc flags, but never managed to produce even the simplest working

Bug#978153: libgphobos-10-dev: include/d/std/stdio.d (and rest of std/*) missing on PowerPC (eg. ppc64el) architectures only

2020-12-26 Thread Matija Nalis
Package: libgphobos-10-dev Version: 10.2.1-3 Severity: normal X-Debbugs-Cc: mnalis-debian...@voyager.hr Dear Maintainer, * What led up to the situation? after installing "gdc" and its dependencies on ppc64el, trying to compile my D program having "import std.stdio;" fails with error. (in