https://issues.dlang.org/show_bug.cgi?id=14859
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- the OPTLINK restriction (https://issues.dlang.org/show_bug.cgi?id=1542) applies also here even if it looks like the limit value has changed since 2008. for example compile this: --- struct Stuff { byte[1024*1024*8] hugeArrayPart_1; byte[1024*1024*8] hugeArrayPart_2; byte[1024*1024*8] hugeArrayPart_3; byte[1024*1024*8] hugeArrayPart_4; byte[1024*1024*8] hugeArrayPart_5; byte[1024*1024*8] hugeArrayPart_6; } void main(){} --- and you reach the OPTLINK limit. --
