This is the mail archive of the gcc-patches@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]

Re: [PATCH, fortran] Add -frecursive and fix local array handling with -fopenmp


On 8/16/07, Tobias Burnus <burnus@net-b.de> wrote:
> gfortran (currently):
> -fno-automatic: As Intel's -save: use static memory
> -fmax-stack-var-size=<n> stack vs. static memory; incl. n=-1 to put all
> on the stack

As of now, fmax-stack-var-size=<n> doesn't accept n=-1 on the command
line, although setting n=-1 works internally.


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