From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21314 invoked by alias); 4 Jan 2002 19:57:50 -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 21283 invoked from network); 4 Jan 2002 19:57:50 -0000 Received: from unknown (HELO helpdesk.academy.rpi.edu) (128.113.60.130) by sources.redhat.com with SMTP; 4 Jan 2002 19:57:50 -0000 Received: from monkey (cm-24-161-63-138.nycap.rr.com [24.161.63.138]) (authenticated) by helpdesk.academy.rpi.edu (8.11.6/8.11.6) with ESMTP id g04Jvni13053; Fri, 4 Jan 2002 14:57:49 -0500 From: "Alex Yu" To: "'Toon Moene'" Cc: "'gcc-help List'" Subject: RE: Arraysizes in g77 Date: Fri, 04 Jan 2002 11:57:00 -0000 Message-ID: <000901c1955a$11048a30$6401000a@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 In-Reply-To: <3C35E7C4.1AFF3EB7@moene.indiv.nluug.nl> X-SW-Source: 2002-01/txt/msg00040.txt.bz2 > Note that I need the exact error message to make sense out of > a complete compilable example, with the exact source that you parameter (maxn=20000) parameter (mxbits=(maxn*(maxn+1)+29)/30) integer vst(maxn*maxn),wst(maxn*maxn) integer*2 marks(mxbits),force2(2*mxbits) common /bigstuff/ vst,wst,marks,force2 end # g77-3.1 -O3 -fno-automatic -ffixed-line-length-none -static -o test test.f test.f:3: size of variable `bigstuff_' is too large Alex