LDC 0.13.0 has been released!

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat Jun 28 08:16:40 PDT 2014


On Saturday, 28 June 2014 at 11:24:06 UTC, Russel Winder via 
digitalmars-d-ldc wrote:
> On Wed, 2014-06-25 at 18:21 +0000, Kai Nacke via 
> digitalmars-d-ldc
> wrote:
>> Hi Russel!
>> 
>> On Wednesday, 25 June 2014 at 17:56:53 UTC, Russel Winder via 
>> digitalmars-d-ldc wrote:
>> > I shall probably still use merge-2.065 though. :-)
>> 
>> No. I merged merge-2.065 into master. :-)
>
> Sadly master fails to compile for me on Debian Sid. Could this 
> be a
> local issue or is it an issue with the source itself?
>
> [ 20%] Generating src/core/stdc/wctype.o
> [ 20%] Generating src/ldc/eh.o
> 0  ldc2            0x000000000143f4a2
> llvm::sys::PrintStackTrace(_IO_FILE*) + 34
> 1  ldc2            0x000000000143ef4c
> 2  libpthread.so.0 0x00007f365a99b8f0
> 3  ldc2            0x0000000000700ce0 stripModifiers(Type*) + 0
> 4  ldc2            0x000000000072c24f DtoType(Type*) + 15
> 5  ldc2            0x00000000006fe995 DtoAlloca(Type*, char 
> const*) + 21
> 6  ldc2            0x00000000006ee2dc CallExp::toElem(IRState*) 
> + 4668
> 7  ldc2            0x00000000006e0387 
> Expression::toElemDtor(IRState*) +
> 583
> 8  ldc2            0x0000000000707e0e
> 9  ldc2            0x0000000000707f04
> 10 ldc2            0x0000000000707f04
> 11 ldc2            0x0000000000707d04 Statement_toIR(Statement*,
> IRState*) + 36
> 12 ldc2            0x00000000006dddd4
> DtoDefineFunction(FuncDeclaration*) + 2196
> 13 ldc2            0x0000000000799163
> 14 ldc2            0x0000000000799163
> 15 ldc2            0x00000000007990de 
> Declaration_codegen(Dsymbol*) + 46
> 16 ldc2            0x00000000006cfb4d
> Module::genLLVMModule(llvm::LLVMContext&) + 669
> 17 ldc2            0x00000000005f10bf main + 7455
> 18 libc.so.6       0x00007f36597acb45 __libc_start_main + 245
> 19 ldc2            0x00000000006145bf
> Segmentation fault

I committed a change too early to druntime. Should be fixed now. 
(Travis is still running.)

Regards,
Kai


More information about the digitalmars-d-ldc mailing list