mirror of
https://github.com/dlang/dmd.git
synced 2025-05-01 07:30:14 +03:00
reboot #6081: Fix issue 14859 - 16MiB size limit for static array
This commit is contained in:
parent
35303547f6
commit
07855a2f94
6 changed files with 25 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
/*
|
||||
REQUIRED_ARGS: -m64
|
||||
PERMUTE_ARGS:
|
||||
TEST_OUTPUT:
|
||||
---
|
||||
fail_compilation/staticarrayoverflow.d(21): Error: static array S[1879048192] size overflowed to 7516192768000
|
||||
fail_compilation/staticarrayoverflow.d(21): Error: variable staticarrayoverflow.y size overflow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue