This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/52673] implement -fheap-arrays in gfortran
- From: "tkoenig at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 03 Aug 2017 16:03:18 +0000
- Subject: [Bug fortran/52673] implement -fheap-arrays in gfortran
- Auto-submitted: auto-generated
- References: <bug-52673-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52673
Thomas Koenig <tkoenig at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |NEW
Resolution|WONTFIX |---
--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
On architectures where we have low stack and need recursive
(for example for OpenMP), we should have the possibility
of having -fheap-arrays instead of putting them all
on the stack.
So, moving to NEW.