From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27611 invoked by alias); 16 Aug 2007 18:24:27 -0000 Received: (qmail 27572 invoked by uid 22791); 16 Aug 2007 18:24:26 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.182) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 16 Aug 2007 18:24:21 +0000 Received: by wa-out-1112.google.com with SMTP id m16so347483waf for ; Thu, 16 Aug 2007 11:24:19 -0700 (PDT) Received: by 10.114.107.19 with SMTP id f19mr220002wac.1187288658770; Thu, 16 Aug 2007 11:24:18 -0700 (PDT) Received: by 10.114.195.16 with HTTP; Thu, 16 Aug 2007 11:24:18 -0700 (PDT) Message-ID: <1953a4560708161124u2297c7c9lbc4e96853d2ea3ab@mail.gmail.com> Date: Thu, 16 Aug 2007 18:24:00 -0000 From: "Asher Langton" To: "Tobias Burnus" Subject: Re: [PATCH, fortran] Add -frecursive and fix local array handling with -fopenmp Cc: "Janne Blomqvist" , fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org In-Reply-To: <46C40FEC.6060101@net-b.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1953a4560708151258p44c9b855n2a0fc521879b3a25@mail.gmail.com> <7b446c2e0708151452o7bc6eebcyd995f42fbe8a8e6a@mail.gmail.com> <46C40FEC.6060101@net-b.de> X-Google-Sender-Auth: 77343cdbe1ff066e Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg01044.txt.bz2 On 8/16/07, Tobias Burnus wrote: > gfortran (currently): > -fno-automatic: As Intel's -save: use static memory > -fmax-stack-var-size= stack vs. static memory; incl. n=-1 to put all > on the stack As of now, fmax-stack-var-size= doesn't accept n=-1 on the command line, although setting n=-1 works internally.