From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25632 invoked by alias); 2 Jan 2002 19:17:34 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 25602 invoked from network); 2 Jan 2002 19:17:32 -0000 Received: from unknown (HELO helpdesk.academy.rpi.edu) (128.113.60.130) by sources.redhat.com with SMTP; 2 Jan 2002 19:17:32 -0000 Received: from monkey (ip-60-128.academy.rpi.edu [128.113.60.128]) (authenticated) by helpdesk.academy.rpi.edu (8.11.6/8.11.6) with ESMTP id g02JHQi32138 for ; Wed, 2 Jan 2002 14:17:26 -0500 From: "Alex Yu" To: "gcc-help List" Subject: Arraysizes in g77 Date: Wed, 02 Jan 2002 11:17:00 -0000 Message-ID: <000701c193c2$18e51790$803c7180@monkey> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-SW-Source: 2002-01/txt/msg00015.txt.bz2 Hello all, I have a program which is mostly written in Fortran. It seems like that g77's array limit is 512MB. How can I increase the limit? Alex