LDC 0.16.0 beta2 is out! Try out before we create the final release!

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun Oct 11 07:20:42 PDT 2015


On Sunday, 11 October 2015 at 13:35:48 UTC, Ivan Butygin wrote:
> On Saturday, 10 October 2015 at 15:28:02 UTC, Kai Nacke wrote:
>> Hi everyone!
>>
>> On behalf of the LDC team I am proud to announce the LDC 
>> 0.16.0 beta2 release!
>> It is based on the 2.067.1 front-end and LLVM 3.1-3.7 (OS X: 
>> no support for 3.3).
>>
>> [...]
>
> Hello, I have some issues with align() attribute.
> http://pastebin.com/1uCRwDfS
> Assert fails if I uncomment somefun(buf) line but works 
> otherwise.
> win64 msvc build
> ldc2 main.d -w -g -unittest -m64 -oq

Hmm,

I see in the IR

   %_param_0 = alloca %bug.some_buf*, align 8      ; [#uses = 2, 
size/byte = 8]

which is consistent with the output. :-(

Regards,
Kai


More information about the digitalmars-d-ldc mailing list