dmd 2.057 release

Christian Manning cmanning999 at gmail.com
Sat Dec 17 04:20:51 PST 2011


On Saturday, 17 December 2011 at 11:02:41 UTC, bearophile wrote:
> Jonathan M Davis:
>
>> On Friday, December 16, 2011 22:37:50 Christian Manning wrote:
>> > ubyte[4] a;
>> > auto x() {
>> > return a;
>> > }
>> > void main() {
>> > auto b = x()[1..$];
>> > }
>>...
>> Regardless, the compiler shouldn't be ICEing though.
>
> Is it in Bugzilla?
>
> Bye,
> bearophile

Looks to be the same issue as 
http://d.puremagic.com/issues/show_bug.cgi?id=4414


More information about the Digitalmars-d-announce mailing list