LDC 0.16.0 alpha4 is out! We need your feedback!

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun Sep 20 08:43:54 PDT 2015


On Sunday, 20 September 2015 at 14:42:32 UTC, Jack Stouffer wrote:
> On Sunday, 20 September 2015 at 00:56:36 UTC, Kai Nacke wrote:
>>> http://forum.dlang.org/post/fcnljqdpkdgieecahkxg@forum.dlang.org
>>
>> How to reproduce? I can't find the project on code.dlang.org.
>>
>> Regards,
>> Kai
>
> Sorry, I should have mentioned it's a private side project on 
> github. I'll give you access to the repo so you can download it.

Thanks for the access. The compiler dies deep in LLVM, after a 
call to DtoConstArrayInitializer(). I wonder if this is the same 
as issue #1022 
(https://github.com/ldc-developers/ldc/issues/1022).

BTW: I did the following:

1) run: dub -v --compiler=ldc2 2>bug.sh
2) edit bug.sh: add #!/bin/bash -x add top, remove all lines 
except the ldc2. Add gdb --args before ldc2
3) chmod 755 bug.sh
4) run: ./bug.sh You are now in gdb. Type r and after the crash 
bt. This stacktrace is the interesting one.

Regards,
Kai


More information about the digitalmars-d-ldc mailing list