https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95285

--- Comment #10 from Bu Le <bule1 at huawei dot com> ---

> Fortran already has -fstack-arrays to decide between allocating arrays on
> the heap or on the stack.

I tried the flag with my example. The fstack-array seems cannot move the array
in the bss to the heap. The problem is still there. 

Anyway, my point is that the size of single data does't affact the fact that
medium code model is missing in aarch64 and aarch64 is lack of PIC large code
model.

Reply via email to