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
