This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/52673] implement -fheap-arrays in gfortran


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]