LDC 0.15.0 alpha1 released! Please help test!

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Fri Oct 24 09:14:18 PDT 2014


On Friday, 24 October 2014 at 11:35:10 UTC, Daniel N wrote:
> On Wednesday, 22 October 2014 at 18:28:44 UTC, Kai Nacke wrote:
>> Hi everyone!
>>
>> On behalf of the LDC team I am proud to announce the LDC 
>> 0.15.0 alpha1 release!
>> It is based on the 2.066.1-rc2 front-end and LLVM 3.1-3.5 (OS 
>> X: no support for 3.3).
>
> Hi Kai,
>
> wow looks like an amazing release, I did spot a minor issue, 
> the descriptive text for ldmd2 is outdated when it comes to 
> boundscheck.
>
> DMD32 D Compiler v2.066.1
>   -boundscheck=[on|safeonly|off]   bounds checks on, in @safe 
> only, or off
>   -noboundscheck no array bounds checking (deprecated, use 
> -boundscheck=off)
>
> LDC - the LLVM D compiler (aa0cc4):
>   based on DMD v2.066.1 and LLVM 3.6.0git
>   Default target: x86_64-pc-windows-msvc
>   -noboundscheck turns off array bounds checking for all 
> functions

Hi Daniel!

Thanks for the report. This is really unimplemented functionality.

Regards,
Kai


More information about the digitalmars-d-ldc mailing list