On Tue, 19 May 2015 13:17:15 +0000, anonymous wrote:

> On Monday, 18 May 2015 at 14:34:38 UTC, ketmar wrote:
>> it can throw "out of range" error, which is `new`ed.
> 
> Array access can also throw RangeError, but -vgc and @nogc don't mind
> that:
> ----
> void main() @nogc {
>      int[] a;
>      auto b = a[0];
> }
> ----

hm. now either this is bug, or "-vgc" should not warn about AA access. 
will you fill an issue in bugzilla?

Attachment: signature.asc
Description: PGP signature

Reply via email to