From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9223 invoked by alias); 2 Feb 2007 01:50:36 -0000 Received: (qmail 6938 invoked by uid 48); 2 Feb 2007 01:50:24 -0000 Date: Fri, 02 Feb 2007 01:50:00 -0000 Message-ID: <20070202015024.6937.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/30285] gfortran excessive memory usage with large modules In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bdavis at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-02/txt/msg00122.txt.bz2 ------- Comment #3 from bdavis at gcc dot gnu dot org 2007-02-02 01:50 ------- if you try the example, f951 may exit with a segfault. reason is this code takes a lot of stack space. for tcsh, "ulimit stacksize unlimited" was required. (just to save 10 minutes for the next person who takes a look at this !!) -- bdavis at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bdavis at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30285