LDC 0.15.0 alpha1 released! Please help test!

Daniel N via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Fri Oct 24 04:35:09 PDT 2014


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



More information about the digitalmars-d-ldc mailing list