public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Toon Moene <toon@moene.indiv.nluug.nl>
To: Alex Yu <yua@yudesigns.com>
Cc: 'gcc-help List' <gcc-help@gcc.gnu.org>
Subject: Re: Arraysizes in g77
Date: Fri, 04 Jan 2002 09:45:00 -0000	[thread overview]
Message-ID: <3C35E7C4.1AFF3EB7@moene.indiv.nluug.nl> (raw)
In-Reply-To: <000101c1953f$4d635bc0$6401000a@monkey>

Alex Yu wrote:

> > This limitation will be removed in gcc/g77-3.1 - see the news item in
> > the URL in my signature.
> 
> I compiled and installed 1/4/02 CVS.
> 
> I declaring 2 very large integer arrays: vst(271722256) and
> wst(271722256) (1.87 Gb each).  I ran into a small problem by combining
> them in a common statement:
> 
>         common /bigstuff/ vst,wst,marks,force2
> 
> The compiler complained that "bigstuff" was too big.

Note that I need the exact error message to make sense out of this (and
a complete compilable example, with the exact source that you fed to the
compiler).

I.e., something like:

      INTEGER*8 VST, WST
      DIMENSION VST(271722256)
      DIMENSION WST(271722256)
C   DECLARATION OF OTHER STUFF, LIKE MARKS AND FORCE2
      COMMON /BIGSTUFF/ VST,WST,MARKS,FORCE2
      END

Thanks in advance,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)

  reply	other threads:[~2002-01-04 17:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-02 11:17 Alex Yu
2002-01-02 15:09 ` Toon Moene
2002-01-04  8:46   ` Alex Yu
2002-01-04  9:45     ` Toon Moene [this message]
2002-01-04 11:57       ` Alex Yu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C35E7C4.1AFF3EB7@moene.indiv.nluug.nl \
    --to=toon@moene.indiv.nluug.nl \
    --cc=gcc-help@gcc.gnu.org \
    --cc=yua@yudesigns.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).